Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Disable proguard to fix GlideModule not found crash
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed May 25, 2018
1 parent 5d7d77a commit 93217e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ android {
applicationIdSuffix ".debug"
}
release {
minifyEnabled true
shrinkResources true
minifyEnabled false
shrinkResources false
useProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 93217e9

Please sign in to comment.