aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorpacien2018-03-14 22:15:22 +0100
committerpacien2018-03-14 22:15:22 +0100
commit3d77147cc3336dd788b259fa16ca41b490dbc6a9 (patch)
tree1195cb4723bd6128d0046608616223abccbf4ace /app/build.gradle
parent6cc2d8eb80ec988c5fe26532f3df9843189dec7d (diff)
downloadtincapp-3d77147cc3336dd788b259fa16ca41b490dbc6a9.tar.gz
Bump version numberv0.12
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 53cafe8..8197d60 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 11 14 versionCode 12
15 versionName '0.11' 15 versionName '0.12'
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 }