aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-API/libraries/openkeychain-api-library/proguard-project.txt
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-05-07 16:51:06 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-05-07 16:51:06 +0200
commitab1b2df2d69f26d5976e9b0b2a3380952417a0ae (patch)
tree8a42e1b39ddf756ca92f235ddd12c8fbdde8706d /OpenKeychain-API/libraries/openkeychain-api-library/proguard-project.txt
parent377edfb31090eaa948852d264614817749febd23 (diff)
downloadopen-keychain-ab1b2df2d69f26d5976e9b0b2a3380952417a0ae.tar.gz
open-keychain-ab1b2df2d69f26d5976e9b0b2a3380952417a0ae.tar.bz2
open-keychain-ab1b2df2d69f26d5976e9b0b2a3380952417a0ae.zip
Move API libs and API example into their own git repos
Diffstat (limited to 'OpenKeychain-API/libraries/openkeychain-api-library/proguard-project.txt')
-rw-r--r--OpenKeychain-API/libraries/openkeychain-api-library/proguard-project.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/OpenKeychain-API/libraries/openkeychain-api-library/proguard-project.txt b/OpenKeychain-API/libraries/openkeychain-api-library/proguard-project.txt
deleted file mode 100644
index f2fe1559a..000000000
--- a/OpenKeychain-API/libraries/openkeychain-api-library/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 *;
-#}