File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ android {
54
54
// You can update the following values to match your application needs.
55
55
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
56
56
minSdkVersion 24
57
- targetSdkVersion 33
57
+ targetSdkVersion 34
58
58
versionCode flutterVersionCode. toInteger()
59
59
versionName flutterVersionName
60
60
Original file line number Diff line number Diff line change 9
9
<application android : label =" GPT Detector"
10
10
android : extractNativeLibs =" true"
11
11
android : name =" ${applicationName}"
12
- android : icon =" @mipmap/ic_launcher" >
12
+ android : icon =" @mipmap/ic_launcher"
13
+ android : allowBackup =" false" >
13
14
<activity android : name =" .MainActivity"
14
15
android : exported =" true"
15
16
android : launchMode =" singleTop"
You can’t perform that action at this time.
0 commit comments