1
0
Fork 0

Fixes #571: Startup IncompatibleClassChangeError crash on Android 6.0

master
Colin Lee 2019-02-18 08:42:25 -06:00
parent 2d9157ce0d
commit 9c8df094a7
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
consumerProguardFiles 'proguard-rules.pro'
}
}
}

View File

@ -19,3 +19,4 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class org.mozilla.fenix.mvi.** { *; }