1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-24 15:21:19 +00:00

Enable proguard for debug builds

This commit is contained in:
M66B 2016-03-19 12:12:20 +01:00
parent ebdddb11ef
commit 1cd76ac76b

View file

@ -51,7 +51,9 @@ model {
}
}
debug {
useProguard = false
minifyEnabled = true
useProguard = true
proguardFiles.add(file('proguard-rules.pro'))
ndk {
debuggable = true
}