mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-25 01:07:52 +00:00
Updated gradle syntax, disabled debuggable
http://developer.android.com/ndk/guides/ndk-build.html#dvr
This commit is contained in:
parent
5c5d016bd6
commit
583e67b697
1 changed files with 4 additions and 4 deletions
|
@ -47,16 +47,16 @@ model {
|
|||
minifyEnabled = true
|
||||
useProguard = true
|
||||
proguardFiles.add(file('proguard-rules.pro'))
|
||||
ndk {
|
||||
debuggable = true
|
||||
ndk.with {
|
||||
debuggable = false
|
||||
}
|
||||
}
|
||||
debug {
|
||||
minifyEnabled = true
|
||||
useProguard = true
|
||||
proguardFiles.add(file('proguard-rules.pro'))
|
||||
ndk {
|
||||
debuggable = true
|
||||
ndk.with {
|
||||
debuggable = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue