Target/compile for SDK 34
This commit is contained in:
parent
eae5b31f18
commit
f6a31cdff2
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue