Target/compile for SDK 34

This commit is contained in:
Ian VanSchooten 2024-09-03 10:51:33 -04:00
parent eae5b31f18
commit f6a31cdff2
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ if (flutterVersionName == null) {
android {
namespace "net.defined.mobile_nebula"
compileSdkVersion 33
compileSdkVersion 34
ndkVersion flutter.ndkVersion
compileOptions {
@ -45,7 +45,7 @@ android {
defaultConfig {
applicationId "net.defined.mobile_nebula"
minSdkVersion 26 //flutter.minSdkVersion
targetSdkVersion 33 //flutter.targetSdkVersion
targetSdkVersion 34 //flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}