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:
parent
ebdddb11ef
commit
1cd76ac76b
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ model {
|
|||
}
|
||||
}
|
||||
debug {
|
||||
useProguard = false
|
||||
minifyEnabled = true
|
||||
useProguard = true
|
||||
proguardFiles.add(file('proguard-rules.pro'))
|
||||
ndk {
|
||||
debuggable = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue