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:
@@ -3,7 +3,6 @@ dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter() // Warning: this repository is going to shut down soon
|
||||
}
|
||||
}
|
||||
include ':app'
|
||||
|
||||
Reference in New Issue
Block a user