upgrade android sdk version
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user