aboutsummaryrefslogtreecommitdiffstats
path: root/libs/MemorizingTrustManager/proguard-project.txt
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-12 20:58:37 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-12 20:58:37 +0100
commitf5854d238e4c8aecb5370e56301bd43015ad8ba9 (patch)
tree4fb9ac1b5741911a03a2345289945b476c14b245 /libs/MemorizingTrustManager/proguard-project.txt
parent89927cee8ed577e8b285de26e6b7c424e83735f4 (diff)
integrate trust manager into conversations
Diffstat (limited to 'libs/MemorizingTrustManager/proguard-project.txt')
-rw-r--r--libs/MemorizingTrustManager/proguard-project.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/libs/MemorizingTrustManager/proguard-project.txt b/libs/MemorizingTrustManager/proguard-project.txt
deleted file mode 100644
index f2fe1559a..000000000
--- a/libs/MemorizingTrustManager/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 *;
-#}