summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/android/proguard-project.txt
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2016-12-21 08:33:57 +0000
committerNanang Izzuddin <nanang@teluu.com>2016-12-21 08:33:57 +0000
commit9ab2ca6fb9463c9d942bd3f0af75acc28602334b (patch)
treeeb2450b449315f1e1d0c523f70879e0b578502f8 /pjsip-apps/src/pjsua/android/proguard-project.txt
parent4396e6f8a065a9d400039d4c21fe359d0ae07399 (diff)
Re #1986: Convert pjsua sample app Android project from Eclipse to Android Studio.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5506 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/pjsua/android/proguard-project.txt')
-rw-r--r--pjsip-apps/src/pjsua/android/proguard-project.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/pjsip-apps/src/pjsua/android/proguard-project.txt b/pjsip-apps/src/pjsua/android/proguard-project.txt
deleted file mode 100644
index f2fe1559..00000000
--- a/pjsip-apps/src/pjsua/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 *;
-#}