Skip to content
Snippets Groups Projects
Commit d16aa9e2 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch '1334-disable-resource-shrinking' into 'master'

Disable resource shrinking for release builds

Closes #1334

See merge request briar/briar!854
parents bff23480 cc72d146
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