apply plugin: 'com.android.library'

android {
    compileSdkVersion 33
    defaultConfig {
        minSdkVersion 26
        targetSdkVersion 33
        versionCode 1
        versionName "1.0.0"
    }
}

allprojects {
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' } // Add JitPack repository
    }
}

dependencies {
    implementation 'com.facebook.react:react-native:+'
    testImplementation 'junit:junit:4.12'
    implementation 'com.github.FiuuPayment:Mobile-XDK-Fiuu_Android_Library:3.34.15'
}
