Skip to content

Commit ba6ad7a

Browse files
authored
Target SDK Version 32(Android 13)
1 parent ff2fcc7 commit ba6ad7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ android {
55
defaultConfig {
66
applicationId "io.github.ratul.topactivity"
77
minSdkVersion 21
8-
targetSdkVersion 29
8+
targetSdkVersion 32
99
versionCode 15
1010
versionName "1.5.5"
1111
}
1212

1313
buildTypes {
1414
release {
15+
debuggable false
1516
minifyEnabled true
1617
shrinkResources true
1718
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

0 commit comments

Comments
 (0)