upgrade android sdk version

This commit is contained in:
2025-08-04 20:48:26 -04:00
parent c4846eb45b
commit e8d3f10d3b
4 changed files with 12 additions and 6 deletions

View File

@@ -13,9 +13,9 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "net.ything.radio.android"
compileSdk 36
//compileSdk = flutter.compileSdkVersion
compileSdk = 34
ndkVersion = flutter.ndkVersion
ndkVersion = "27.0.12077973"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -32,7 +32,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = 24
targetSdk = 34
targetSdk = 36
versionCode = 2
versionName = "1.0.2"
}
@@ -54,6 +54,7 @@ android {
signingConfig = signingConfigs.release
}
}
buildToolsVersion '36.0.0'
}
flutter {