File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
13
13
14
14
def versionMajor = 1
15
15
def versionMinor = 2
16
- def versionPatch = 0
16
+ def versionPatch = 1
17
17
18
18
applicationId " com.github.odaridavid.designpatterns"
19
19
minSdkVersion 21
@@ -26,7 +26,8 @@ android {
26
26
27
27
buildTypes {
28
28
release {
29
- minifyEnabled false
29
+ minifyEnabled true
30
+ shrinkResources true
30
31
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
31
32
manifestPlaceholders = [
32
33
crashlyticsEnabled : true ,
Original file line number Diff line number Diff line change 19
19
# If you keep the line number information, uncomment this to
20
20
# hide the original source file name.
21
21
#-renamesourcefileattribute SourceFile
22
+ -keep class **.R$* {
23
+ <fields>;
24
+ }
25
+
26
+ -printusage build/outputs/mapping/release/usage.txt
27
+
28
+ -keep class com.github.odaridavid.designpatterns.** {*;}
Original file line number Diff line number Diff line change 1
- - Added prompt for user rating
2
- - Added share app action
1
+ - Reduce app size
You can’t perform that action at this time.
0 commit comments