Integrate in Android

allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://jitpack.io'
}
}
}allprojects {
repositories {
google()
mavenCentral()
maven {
url = uri("https://jitpack.io")
}
}
}NDK and SDK Version Requirements
Update the NDK Version in android/app/build.gradle file.
Set the Minimum SDK Version in android/app/build.gradle file.
Last updated
Was this helpful?