aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-04-23 14:55:43 +0200
committerpacien2018-04-23 14:55:43 +0200
commitdfb40ef862932c1a3d9388ad499c955262b61327 (patch)
tree8c6b080893d44a501e5fba046b48d44dc298c976
parent1ac3d386edca75fc8870f2c6b4a19cd58c333289 (diff)
downloadtincapp-dfb40ef862932c1a3d9388ad499c955262b61327.tar.gz
Bump versionv0.14
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 65d14b9..1fb7344 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 13 14 versionCode 14
15 versionName '0.13' 15 versionName '0.14'
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 }