Skip to content

Commit

Permalink
fix proguard rules again
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvchandler committed May 30, 2019
1 parent 727b5e4 commit 095d3ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ android {
applicationId "org.mattvchandler.a2050"
minSdkVersion 19
targetSdkVersion 28
versionName "1.0.6"
versionName "1.0.7"
// version code is <MIN_SDK>0<2-digit MAJOR><2-digit MINOR><2-digit PATCH>
versionCode 190010006
versionCode 190010007
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
externalNativeBuild {
Expand Down
4 changes: 1 addition & 3 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
void achievement(int);
}

-keepclasseswithmembers class org.mattvchandler.a2050.MainActivity$DispData {
public <fields>;
}
-keep,includedescriptorclasses class org.mattvchandler.a2050.MainActivity$DispData { *; }

-keepclasseswithmembers class androidx.databinding.ObservableInt {
void set(int);
Expand Down

0 comments on commit 095d3ee

Please sign in to comment.