kshalle@1: # Add project specific ProGuard rules here. kshalle@1: # By default, the flags in this file are appended to flags specified kshalle@1: # in /home/kshalle/Android/Sdk/tools/proguard/proguard-android.txt kshalle@1: # You can edit the include path and order by changing the proguardFiles kshalle@1: # directive in build.gradle. kshalle@1: # kshalle@1: # For more details, see kshalle@1: # http://developer.android.com/guide/developing/tools/proguard.html kshalle@1: kshalle@1: # Add any project specific keep options here: kshalle@1: kshalle@1: # If your project uses WebView with JS, uncomment the following kshalle@1: # and specify the fully qualified class name to the JavaScript interface kshalle@1: # class: kshalle@1: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { kshalle@1: # public *; kshalle@1: #}