AGP even newer

This commit is contained in:
julian 2024-09-16 17:40:05 -06:00 committed by julian-CStack
parent 1740a42020
commit 0cbc678b08
3 changed files with 4 additions and 3 deletions

View file

@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip

View file

@ -18,7 +18,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.1.0" apply false
id "com.android.application" version '8.6.0' apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}

View file

@ -14,7 +14,8 @@ if (keystorePropertiesFile.exists()) {
android {
namespace "com.place.holder"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
// ndkVersion flutter.ndkVersion
ndkVersion = "26.1.10909125"
packagingOptions {
pickFirst 'lib/x86/libc++_shared.so'