aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorpacien2018-06-25 18:18:39 +0200
committerpacien2018-06-25 18:18:39 +0200
commit6651fe71b621d9f45ebbaa041d8e8a1d980b7ec4 (patch)
tree41d74737b9fb40b3178b185dc69e22e6e81cf1ef /app/build.gradle
parentf44a12ba06e2ac557cba6fb8763fc612904f33bd (diff)
downloadtincapp-6651fe71b621d9f45ebbaa041d8e8a1d980b7ec4.tar.gz
Bump versionv0.17
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c22f0e3..edb3699 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,8 +11,8 @@ android {
11 //noinspection OldTargetApi 11 //noinspection OldTargetApi
12 targetSdkVersion 21 12 targetSdkVersion 21
13 multiDexEnabled true 13 multiDexEnabled true
14 versionCode 16 14 versionCode 17
15 versionName '0.16' 15 versionName '0.17'
16 ndk { 16 ndk {
17 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 17 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
18 } 18 }