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:
Benoit Marty 2020-07-02 23:39:42 +02:00
parent 542d11d7f1
commit d4050a7b9d
1 changed files with 5 additions and 0 deletions

View File

@ -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