Skip to content

Commit

Permalink
ProGuard: 'fullMode' causes news to not to load
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Dec 11, 2020
1 parent 048e0e9 commit 7cc7861
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
applicationId "com.javinator9889.handwashingreminder"
minSdkVersion 16
targetSdkVersion 30
versionCode 142
versionCode 143
versionName "1.2.1-${gitCommitHash}"
multiDexEnabled true
resConfigs "en", "es"
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#Thu Jun 04 12:03:50 CEST 2020
android.enableJetifier=true
android.useAndroidX=true
android.enableR8.fullMode=true
kotlin.code.style=official
org.gradle.caching=true
org.gradle.jvmargs=-Xms512M -Xmx2048M -XX\:MaxPermSize\=512M -XX\:MaxMetaspaceSize\=512M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
Expand Down

0 comments on commit 7cc7861

Please sign in to comment.