aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorpacien2018-09-27 17:33:06 +0200
committerpacien2018-09-27 17:33:06 +0200
commita451657b1dc7afd1babd49946c46b9f86095f47e (patch)
treedb5e67ee0dd3bbdba6a874d0b990853da1b51090 /app/build.gradle
parent31c49c198e2ddc56565b04675fc167df237de0d3 (diff)
downloadtincapp-a451657b1dc7afd1babd49946c46b9f86095f47e.tar.gz
New releasev0.22
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 950e1b2..cdd5892 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -36,8 +36,8 @@ android {
36 //noinspection OldTargetApi 36 //noinspection OldTargetApi
37 targetSdkVersion 27 37 targetSdkVersion 27
38 multiDexEnabled true 38 multiDexEnabled true
39 versionCode 21 39 versionCode 22
40 versionName '0.21' 40 versionName '0.22'
41 ndk { 41 ndk {
42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
43 } 43 }