aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authoreuxane2024-09-18 23:41:13 +0200
committereuxane2024-09-18 23:41:13 +0200
commitc2cee114110679b989dd583c690ddb9c76599f2b (patch)
treecfbc0d2fb3a62db5efb7fe5efb5378330e42685b /app
parent36dd8ce58c470f101cc603716e1d18bf2f8751b1 (diff)
downloadtincapp-c2cee114110679b989dd583c690ddb9c76599f2b.tar.gz
release: v0.41v0.41
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 49a5a28..4346abe 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -36,8 +36,8 @@ android {
36 minSdkVersion 21 36 minSdkVersion 21
37 targetSdkVersion 34 37 targetSdkVersion 34
38 multiDexEnabled true 38 multiDexEnabled true
39 versionCode 40 39 versionCode 41
40 versionName '0.40' 40 versionName '0.41'
41 ndk { 41 ndk {
42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
43 } 43 }