Try to remove the workaround

This commit is contained in:
Benoit Marty 2022-10-13 17:08:34 +02:00 committed by Benoit Marty
parent a7187a4630
commit 53cb4d2df9
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ android {
namespace "im.vector.application"
// 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"
// ndkVersion "21.3.6528147"
compileSdk versions.compileSdk

View File

@ -33,7 +33,7 @@ android {
namespace "im.vector.app"
// 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"
// ndkVersion "21.3.6528147"
compileSdk versions.compileSdk