aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-09-07 14:46:35 +0200
committerpacien2017-09-07 14:46:35 +0200
commitf455862da16a5efb529df9350eed75c8694eef8a (patch)
tree3e749983cf08ee00b5a7f608c57bd94cfa474bf9
parent3d672a55ee5d62d076503caf63efbc839a5294c6 (diff)
downloadtincapp-0.7.tar.gz
New release; Update proguard rulesv0.7
-rw-r--r--app/build.gradle4
-rw-r--r--app/proguard-rules.pro1
2 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2605544..42a4834 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,8 +11,8 @@ android {
11 minSdkVersion 21 11 minSdkVersion 21
12 targetSdkVersion 21 12 targetSdkVersion 21
13 multiDexEnabled true 13 multiDexEnabled true
14 versionCode 6 14 versionCode 7
15 versionName "0.6" 15 versionName "0.7"
16 ndk { 16 ndk {
17 abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' 17 abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a'
18 } 18 }
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 0a72a87..0fe11d7 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -1,3 +1,4 @@
1-dontwarn org.apache.commons.** 1-dontwarn org.apache.commons.**
2-dontwarn org.bouncycastle.**
2-dontwarn sun.misc.Unsafe 3-dontwarn sun.misc.Unsafe
3-dontwarn build.IgnoreJava8API 4-dontwarn build.IgnoreJava8API