Skip to content

Commit

Permalink
switch to r8 from proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
1hakr committed Jun 15, 2019
1 parent ac39d5c commit fb099ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Expand Up @@ -40,7 +40,6 @@ android {
multiDexEnabled true
minifyEnabled false
shrinkResources false
useProguard false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
'proguard-rules.pro'
}
Expand All @@ -49,7 +48,6 @@ android {
multiDexEnabled false
minifyEnabled true
shrinkResources true
useProguard true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
'proguard-rules.pro'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -21,7 +21,7 @@ org.gradle.configureondemand=true
org.gradle.caching=true

# Enable D8 desugar / R8
android.enableR8=false
android.enableR8=true

# AndroidX
android.useAndroidX=true
Expand Down

0 comments on commit fb099ce

Please sign in to comment.