Skip to content
Snippets Groups Projects
Commit ba9a8176 authored by TacoTheDank's avatar TacoTheDank
Browse files

Update build.gradle

parent 6ff1e732
No related branches found
No related tags found
No related merge requests found
...@@ -26,13 +26,10 @@ android { ...@@ -26,13 +26,10 @@ android {
buildTypes { buildTypes {
release { release {
minifyEnabled true minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
debug { debug {
zipAlignEnabled true zipAlignEnabled true
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment