aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authoreuxane2024-08-31 18:44:30 +0200
committereuxane2024-08-31 18:44:30 +0200
commit4c6a2a879a5847b369d5b889452bf96c3d610463 (patch)
tree62c0b766efc7287f804e2c9b424c7db71e1d9263 /app/build.gradle
parent098446b4fbdb78c1f0d44d7cf3605677ad8fdcc4 (diff)
downloadtincapp-4c6a2a879a5847b369d5b889452bf96c3d610463.tar.gz
release: v0.40HEADv0.40master
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e964bd1..295f80c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,8 +37,8 @@ android {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 34 38 targetSdkVersion 34
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 39 40 versionCode 40
41 versionName '0.39' 41 versionName '0.40'
42 ndk { 42 ndk {
43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
44 } 44 }