We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c0513 commit 8541a31Copy full SHA for 8541a31
2 files changed
smarttubetv/build.gradle
@@ -105,7 +105,7 @@ android {
105
// shrinkResources true
106
// minifyEnabled true
107
108
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
109
110
if (keystorePropertiesFile.exists()) {
111
signingConfig signingConfigs.release
smarttubetv/proguard-rules.pro
@@ -26,7 +26,7 @@
26
-keepattributes *Annotation*
27
#-keepattributes InnerClasses
28
29
--keep public class com.liskovsoft.youtubeapi.** { *; }
+#-keep public class com.liskovsoft.youtubeapi.** { *; }
30
#-keep class okhttp3.**{*;}
31
#-keep interface okhttp3.** { *; }
32
0 commit comments