Fixes #571: Startup IncompatibleClassChangeError crash on Android 6.0

nightly-build-test
Colin Lee 5 years ago
parent 2d9157ce0d
commit 9c8df094a7

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

@ -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.** { *; }

Loading…
Cancel
Save