aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorpacien2020-12-17 04:23:27 +0100
committerpacien2020-12-17 04:23:27 +0100
commitea97d15e30dfe23da871e8876929305dce542229 (patch)
treed4681c810c4c37d0bd3ca89484198277502774c0 /app
parent4b4547957adc2ff434835300711f48e22681470c (diff)
downloadtincapp-ea97d15e30dfe23da871e8876929305dce542229.tar.gz
app: release v0.32v0.32
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 41c75ef..3d2c409 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,8 +37,8 @@ android {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 30 38 targetSdkVersion 30
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 31 40 versionCode 32
41 versionName '0.31' 41 versionName '0.32'
42 ndk { 42 ndk {
43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
44 } 44 }