diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | changelog.md | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4346abe..0ed6f82 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 41 | 39 | versionCode 42 |
40 | versionName '0.41' | 40 | versionName '0.42' |
41 | ndk { | 41 | ndk { |
42 | abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' | 42 | abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' |
43 | } | 43 | } |
diff --git a/changelog.md b/changelog.md index fd407ad..5c6b09c 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,6 +3,9 @@ | |||
3 | This file lists notable changes that have been made to the application on each release. | 3 | This file lists notable changes that have been made to the application on each release. |
4 | Releases are tracked and referred to using git tags. | 4 | Releases are tracked and referred to using git tags. |
5 | 5 | ||
6 | ## v0.42 -- 2024-10-04 | ||
7 | - fix automatic config dir migration issue | ||
8 | |||
6 | ## v0.41 -- 2024-09-18 | 9 | ## v0.41 -- 2024-09-18 |
7 | - rename app from "Tinc App" to "Tinc Mesh VPN" (more descriptive) | 10 | - rename app from "Tinc App" to "Tinc Mesh VPN" (more descriptive) |
8 | - make config and logs dirs accessible via the system's built-in file manager | 11 | - make config and logs dirs accessible via the system's built-in file manager |