Pin ndkVersion

Without indicating ndkVersion gradle won't find ndk path and it will
fail to extract debug symbols from binaries. The final result will be a
apk much bigger than needed.
This commit is contained in:
Miguel Horta
2022-06-30 19:25:30 +01:00
committed by pelya
parent ec163bba3b
commit 2e0cc86345
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
include ':app'