aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorpacien2023-01-06 20:02:04 +0100
committerpacien2023-01-06 20:04:53 +0100
commit8a470f31c97ee754f835f09a20c9b281a645e1e3 (patch)
tree0e52754190da88079dcbb4b088bf4b202cf84e22 /app
parenta29c370ee7dff17798fdba8f3d54b9de62e64084 (diff)
downloadtincapp-8a470f31c97ee754f835f09a20c9b281a645e1e3.tar.gz
version v0.35v0.35
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 4931020..a2fe5aa 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,8 +37,8 @@ android {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 32 38 targetSdkVersion 32
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 34 40 versionCode 35
41 versionName '0.34' 41 versionName '0.35'
42 ndk { 42 ndk {
43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
44 } 44 }