diff options
-rw-r--r-- | app/build.gradle | 5 | ||||
-rw-r--r-- | app/proguard-rules.pro | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 2d31df9..23f5e2f 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -10,8 +10,9 @@ android { | |||
10 | applicationId "org.pacien.tincapp" | 10 | applicationId "org.pacien.tincapp" |
11 | minSdkVersion 21 | 11 | minSdkVersion 21 |
12 | targetSdkVersion 21 | 12 | targetSdkVersion 21 |
13 | versionCode 2 | 13 | multiDexEnabled true |
14 | versionName "0.2" | 14 | versionCode 3 |
15 | versionName "0.3" | ||
15 | ndk { | 16 | ndk { |
16 | abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' | 17 | abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' |
17 | } | 18 | } |
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index f795eae..0a72a87 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro | |||
@@ -1 +1,3 @@ | |||
1 | -dontwarn org.apache.commons.** | 1 | -dontwarn org.apache.commons.** |
2 | -dontwarn sun.misc.Unsafe | ||
3 | -dontwarn build.IgnoreJava8API | ||