Skip to content
Snippets Groups Projects
Verified Commit cc72d146 authored by akwizgran's avatar akwizgran
Browse files

Disable resource shrinking for release builds.

parent bff23480
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
release {
shrinkResources true
shrinkResources false
minifyEnabled true
crunchPngs false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment