annotate app/proguard-rules.pro @ 2:3485a304a057

adding new branch with the original tutorial code -- later merge to main and mod
author kshalle
date Thu, 23 Apr 2015 10:53:54 -0700
parents
children
rev   line source
kshalle@1 1 # Add project specific ProGuard rules here.
kshalle@1 2 # By default, the flags in this file are appended to flags specified
kshalle@1 3 # in /home/kshalle/Android/Sdk/tools/proguard/proguard-android.txt
kshalle@1 4 # You can edit the include path and order by changing the proguardFiles
kshalle@1 5 # directive in build.gradle.
kshalle@1 6 #
kshalle@1 7 # For more details, see
kshalle@1 8 # http://developer.android.com/guide/developing/tools/proguard.html
kshalle@1 9
kshalle@1 10 # Add any project specific keep options here:
kshalle@1 11
kshalle@1 12 # If your project uses WebView with JS, uncomment the following
kshalle@1 13 # and specify the fully qualified class name to the JavaScript interface
kshalle@1 14 # class:
kshalle@1 15 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
kshalle@1 16 # public *;
kshalle@1 17 #}