aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorpacien2021-07-12 00:24:25 +0200
committerpacien2021-07-12 00:24:25 +0200
commita472dc3240c339a6c6e82757e0edd368ba69022e (patch)
tree10fa6e67a36e1993aea0f991f85de501b046a7ef /app
parenta03671a24cc3abd28861f253ffa9b82b84e5d775 (diff)
downloadtincapp-a472dc3240c339a6c6e82757e0edd368ba69022e.tar.gz
release: release v0.33v0.33
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 d38b0ac..dc8a503 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 32 40 versionCode 33
41 versionName '0.32' 41 versionName '0.33'
42 ndk { 42 ndk {
43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
44 } 44 }