aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-08-03 01:15:45 +0200
committerpacien2017-08-03 01:42:46 +0200
commit0fea9bab2489bf85de7989455ebe6bf60df69928 (patch)
tree0065fc3ef3fb58fe3c20ac66b2ac2d301b78209d
parentf53478b6c5b5704763013635b5e9630a3b72b79b (diff)
downloadtincapp-0fea9bab2489bf85de7989455ebe6bf60df69928.tar.gz
Bump version number and update build config (multidex+proguard)v0.3
-rw-r--r--app/build.gradle5
-rw-r--r--app/proguard-rules.pro2
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