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 { android {
namespace "net.defined.mobile_nebula" namespace "net.defined.mobile_nebula"
compileSdkVersion 33 compileSdkVersion 34
ndkVersion flutter.ndkVersion ndkVersion flutter.ndkVersion
compileOptions { compileOptions {
@ -45,7 +45,7 @@ android {
defaultConfig { defaultConfig {
applicationId "net.defined.mobile_nebula" applicationId "net.defined.mobile_nebula"
minSdkVersion 26 //flutter.minSdkVersion minSdkVersion 26 //flutter.minSdkVersion
targetSdkVersion 33 //flutter.targetSdkVersion targetSdkVersion 34 //flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
} }