aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-08-18 11:21:42 +0200
committerpacien2017-08-18 11:21:42 +0200
commitfbaddc26b5416445ef5f24b5a2f9cfb55f84343f (patch)
tree34b497135ba9f1f73b932087c7d3359eb1eb2ebc
parentac289a9e48e08c8cea7e301eb5f70b6aa025a1d6 (diff)
downloadtincapp-fbaddc26b5416445ef5f24b5a2f9cfb55f84343f.tar.gz
Bump version numberv0.4
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 23f5e2f..c61397e 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 3 14 versionCode 4
15 versionName "0.3" 15 versionName "0.4"
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 }