mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Due to a bug introduced in Android gradle plugin 3.6.0, we have to specify the ndk version to use
This commit is contained in:
parent
542d11d7f1
commit
d4050a7b9d
1 changed files with 5 additions and 0 deletions
|
@ -106,6 +106,11 @@ def buildNumber = System.env.BUILDKITE_BUILD_NUMBER as Integer ?: 0
|
|||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
|
||||
// Due to a bug introduced in Android gradle plugin 3.6.0, we have to specify the ndk version to use
|
||||
// Ref: https://issuetracker.google.com/issues/144111441
|
||||
ndkVersion "21.3.6528147"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "im.vector.app"
|
||||
// Set to API 21: see #405
|
||||
|
|
Loading…
Reference in a new issue