aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorpacien2023-07-30 04:21:37 +0200
committerpacien2023-07-30 04:21:37 +0200
commitb5fe5e49e0d3cc2b7c53af23b7a4e7d3c4491be1 (patch)
treed587d998caa0b8be91966752a6e8abd205e4f756 /app
parent11642deb41284492fe5d6675f81d748aa4e446fe (diff)
downloadtincapp-b5fe5e49e0d3cc2b7c53af23b7a4e7d3c4491be1.tar.gz
release: v0.38v0.38
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 5d49965..df23010 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,8 +37,8 @@ android {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 33 38 targetSdkVersion 33
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 37 40 versionCode 38
41 versionName '0.37' 41 versionName '0.38'
42 ndk { 42 ndk {
43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
44 } 44 }