Skip to content

Commit 72be2cc

Browse files
committed
Version 1.1.0
1 parent b35600f commit 72be2cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GlowButton/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818

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

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919

2020
buildTypes {
2121
release {
22-
minifyEnabled true
22+
minifyEnabled false
2323
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2424
}
2525
}

0 commit comments

Comments
 (0)