aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorpacien2019-06-14 13:53:02 +0200
committerpacien2019-06-14 13:53:02 +0200
commit6af1b9d7a7b07b8b3dd37a764311f99024b0d710 (patch)
tree552ec21e04aebabca8780a0b62fe52acbd1800c4 /app
parentb871bcbd23420f3d8ce709372f2b9723c6294b47 (diff)
downloadtincapp-6af1b9d7a7b07b8b3dd37a764311f99024b0d710.tar.gz
release v0.27v0.27
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4f1b936..e621c52 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -38,8 +38,8 @@ android {
38 //noinspection OldTargetApi 38 //noinspection OldTargetApi
39 targetSdkVersion 27 39 targetSdkVersion 27
40 multiDexEnabled true 40 multiDexEnabled true
41 versionCode 26 41 versionCode 27
42 versionName '0.26' 42 versionName '0.27'
43 ndk { 43 ndk {
44 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 44 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
45 } 45 }