mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
add comment reminder of proguard problem
This commit is contained in:
parent
72c624b251
commit
d057de0fd3
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ android {
|
|||
release {
|
||||
debuggable false
|
||||
minifyEnabled false // PENDING
|
||||
// proguard-android-optimize.txt doesn't work right now! Causes dex to fail
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
// proguard crashes when I do this (the optimize part)
|
||||
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
debuggable true
|
||||
|
|
Loading…
Reference in a new issue