Skip to content

Commit 4ebf6cf

Browse files
committed
1.10
修复崩溃问题 Signed-off-by: RC1844 <1844766234@qq.com>
1 parent eab0cce commit 4ebf6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
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)