Skip to content

Commit 8f06074

Browse files
committed
1.12
Signed-off-by: RC1844 <1844766234@qq.com>
1 parent 7913abc commit 8f06074

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ android {
1212
minSdkVersion 28
1313
targetSdkVersion 30
1414
versionCode 10
15-
versionName '1.11'
15+
versionName '1.12'
1616
}
1717

1818
buildTypes {
1919
release {
20-
minifyEnabled true
21-
shrinkResources true
20+
minifyEnabled true
21+
shrinkResources true
2222
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2323
}
2424
}

0 commit comments

Comments
 (0)