add About section

This commit is contained in:
tibbi
2016-06-01 17:44:50 +02:00
parent 1d76f572f2
commit a28162fc0d
8 changed files with 165 additions and 0 deletions

View File

@@ -15,3 +15,16 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Butterknife
-keep class butterknife.** { *; }
-dontwarn butterknife.internal.**
-keep class **$$ViewBinder { *; }
-keepclasseswithmembernames class * {
@butterknife.* <fields>;
}
-keepclasseswithmembernames class * {
@butterknife.* <methods>;
}