Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Fixes #571: Startup IncompatibleClassChangeError crash on Android 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colintheshots committed Feb 18, 2019
1 parent 2d9157c commit 9c8df09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions architecture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
consumerProguardFiles 'proguard-rules.pro'
}
}
}
Expand Down
1 change: 1 addition & 0 deletions architecture/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.** { *; }

0 comments on commit 9c8df09

Please sign in to comment.