diff options
author | Zeapo <mohamed@zenadi.com> | 2014-07-24 01:15:11 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-07-24 01:15:11 +0100 |
commit | bbf0175d69dbfd3d4ac04fb13d8ca322f6c4f2fb (patch) | |
tree | 776ac7dfc5c9e6bbecb965b0eedb07dfb451902e /app/proguard-rules.pro |
initial commit
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r-- | app/proguard-rules.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro new file mode 100644 index 00000000..45dc58a5 --- /dev/null +++ b/app/proguard-rules.pro @@ -0,0 +1,17 @@ +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in /opt/android-sdk/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the proguardFiles +# directive in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} |