Skip to content

Commit 72b5a88

Browse files
authored
bump android target sdk version to 34 #27
bump android target sdk version to 34 #27
2 parents dc61de0 + 05b12df commit 72b5a88

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
// You can update the following values to match your application needs.
5555
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
5656
minSdkVersion 24
57-
targetSdkVersion 33
57+
targetSdkVersion 34
5858
versionCode flutterVersionCode.toInteger()
5959
versionName flutterVersionName
6060

android/app/src/main/AndroidManifest.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<application android:label="GPT Detector"
1010
android:extractNativeLibs="true"
1111
android:name="${applicationName}"
12-
android:icon="@mipmap/ic_launcher">
12+
android:icon="@mipmap/ic_launcher"
13+
android:allowBackup="false">
1314
<activity android:name=".MainActivity"
1415
android:exported="true"
1516
android:launchMode="singleTop"

0 commit comments

Comments
 (0)