Automatic import of proguard rules

This commit is contained in:
Aleksander Nowakowski 2019-02-21 11:16:08 +01:00
parent bbecebe9a1
commit 0703e579ed
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@ android {
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
consumerProguardFiles 'dfu-proguard-rules.pro'
}
}
}

View File

@ -15,3 +15,4 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-keep class no.nordicsemi.android.dfu.** { *; }