aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-08-24 16:47:11 +0200
committerpacien2017-08-24 16:47:11 +0200
commit8694de19117ec50ae0e84234200143a631c3bc74 (patch)
tree27d65ea34a3371c1ddc2e9fbf2afa86a535b94c9
parent15c5b2f28509cd556fdf361c530368fbe6688cd8 (diff)
downloadtincapp-8694de19117ec50ae0e84234200143a631c3bc74.tar.gz
Bump version numberv0.6
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 79e04a4..881bfdf 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 5 14 versionCode 6
15 versionName "0.5" 15 versionName "0.6"
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 }