Update NDK version
This commit is contained in:
parent
fb4be35d1b
commit
ac789c4d38
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ if (keystorePropertiesFile.exists()) {
|
||||||
android {
|
android {
|
||||||
namespace = "org.traccar.client"
|
namespace = "org.traccar.client"
|
||||||
compileSdk = flutter.compileSdkVersion
|
compileSdk = flutter.compileSdkVersion
|
||||||
ndkVersion = flutter.ndkVersion
|
ndkVersion = "27.0.12077973"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue