Commit a39feee 1 parent c1619ff commit a39feee Copy full SHA for a39feee
File tree 4 files changed +31
-3
lines changed
4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ android {
75
75
76
76
release {
77
77
isDebuggable = false
78
- isMinifyEnabled = false
79
- isShrinkResources = false
78
+ isMinifyEnabled = true
79
+ isShrinkResources = true
80
80
proguardFiles(
81
81
getDefaultProguardFile(" proguard-android-optimize.txt" ),
82
82
" proguard-rules.pro" ,
Original file line number Diff line number Diff line change 26
26
# Suppress warnings about missing classes if not all features are used
27
27
-dontwarn java.lang.management.**
28
28
-dontwarn sun.nio.ch.**
29
+
30
+ -dontwarn com.google.api.client.http.GenericUrl
31
+ -dontwarn com.google.api.client.http.HttpHeaders
32
+ -dontwarn com.google.api.client.http.HttpRequest
33
+ -dontwarn com.google.api.client.http.HttpRequestFactory
34
+ -dontwarn com.google.api.client.http.HttpResponse
35
+ -dontwarn com.google.api.client.http.HttpTransport
36
+ -dontwarn com.google.api.client.http.javanet.NetHttpTransport$Builder
37
+ -dontwarn com.google.api.client.http.javanet.NetHttpTransport
38
+ -dontwarn javax.lang.model.element.Modifier
39
+ -dontwarn org.joda.time.Instant
40
+ -dontwarn org.slf4j.impl.StaticLoggerBinder
41
+ -dontwarn org.slf4j.impl.StaticMDCBinder
42
+ -dontwarn org.slf4j.impl.StaticMarkerBinder
Original file line number Diff line number Diff line change 45
45
# Suppress warnings about missing classes if not all features are used
46
46
-dontwarn java.lang.management.**
47
47
-dontwarn sun.nio.ch.**
48
+
49
+ -dontwarn com.google.api.client.http.GenericUrl
50
+ -dontwarn com.google.api.client.http.HttpHeaders
51
+ -dontwarn com.google.api.client.http.HttpRequest
52
+ -dontwarn com.google.api.client.http.HttpRequestFactory
53
+ -dontwarn com.google.api.client.http.HttpResponse
54
+ -dontwarn com.google.api.client.http.HttpTransport
55
+ -dontwarn com.google.api.client.http.javanet.NetHttpTransport$Builder
56
+ -dontwarn com.google.api.client.http.javanet.NetHttpTransport
57
+ -dontwarn javax.lang.model.element.Modifier
58
+ -dontwarn org.joda.time.Instant
59
+ -dontwarn org.slf4j.impl.StaticLoggerBinder
60
+ -dontwarn org.slf4j.impl.StaticMDCBinder
61
+ -dontwarn org.slf4j.impl.StaticMarkerBinder
Original file line number Diff line number Diff line change 1
- 1
1
+ 3
You can’t perform that action at this time.
0 commit comments