aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreuxane2024-08-31 18:44:30 +0200
committereuxane2024-08-31 18:44:30 +0200
commit4c6a2a879a5847b369d5b889452bf96c3d610463 (patch)
tree62c0b766efc7287f804e2c9b424c7db71e1d9263
parent098446b4fbdb78c1f0d44d7cf3605677ad8fdcc4 (diff)
downloadtincapp-4c6a2a879a5847b369d5b889452bf96c3d610463.tar.gz
release: v0.40HEADv0.40master
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md4
2 files changed, 6 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 }
diff --git a/changelog.md b/changelog.md
index 93f5a0c..d2cae7f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,10 @@
3This file lists notable changes that have been made to the application on each release. 3This file lists notable changes that have been made to the application on each release.
4Releases are tracked and referred to using git tags. 4Releases are tracked and referred to using git tags.
5 5
6## v0.40 -- 2024-08-31
7- update Android SDK target API to 34 (Android 14)
8- add monochrome app icon
9
6## v0.39 -- 2024-01-20 10## v0.39 -- 2024-01-20
7- fix permissions for newly created or joined network host and key files 11- fix permissions for newly created or joined network host and key files
8 12