aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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