Skip to content

Commit

Permalink
fix production pro-guard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joan-domingo committed Mar 16, 2019
1 parent 9bdcde1 commit ae63d70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@
-keepclassmembers class com.google.android.exoplayer2.ext.ima.ImaAdsLoader {
<init>(android.content.Context, android.net.Uri);
}

-keep public class kotlin.reflect.jvm.internal.impl.** { public *; }
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.10'
repositories {
jcenter()
maven {
Expand Down

0 comments on commit ae63d70

Please sign in to comment.