add a comment to proguard

This commit is contained in:
tibbi 2016-04-25 22:45:24 +02:00
parent c4139a3747
commit 7f391fc544
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 16

View File

@ -16,6 +16,7 @@
# public *;
#}
# Butterknife
-keep class butterknife.** { *; }
-dontwarn butterknife.internal.**
-keep class **$$ViewBinder { *; }