aboutsummaryrefslogtreecommitdiff
path: root/src_android/proguard-project.txt
diff options
context:
space:
mode:
authorJoshua Reisenauer <kd7tck@msn.com>2016-06-06 15:30:41 -0700
committerJoshua Reisenauer <kd7tck@msn.com>2016-06-06 15:30:41 -0700
commit76536fe24bb3b51164d4e94aebe8540b5f18f96e (patch)
tree4cc7c7f8406c80ef1b8adf7319add2509c31242b /src_android/proguard-project.txt
parente3b248545353720090f28a6c4e8a8c8a34bb1269 (diff)
parent1bcf500ecac076892c4eac0594b997add6dcac71 (diff)
downloadraylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.tar.gz
raylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src_android/proguard-project.txt')
-rw-r--r--src_android/proguard-project.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/src_android/proguard-project.txt b/src_android/proguard-project.txt
deleted file mode 100644
index f2fe1559..00000000
--- a/src_android/proguard-project.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# To enable ProGuard in your project, edit project.properties
-# to define the proguard.config property as described in that file.
-#
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in ${sdk.dir}/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the ProGuard
-# include property in project.properties.
-#
-# 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 *;
-#}