mirror of https://github.com/BOINC/boinc.git
Make debug builds debuggable again.
This commit is contained in:
parent
f2c3963a91
commit
1e62c79999
|
@ -15,6 +15,10 @@ android {
|
|||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
debug {
|
||||
minifyEnabled false
|
||||
debuggable true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue