diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | changelog.md | 4 |
2 files changed, 4 insertions, 4 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 | } |
diff --git a/changelog.md b/changelog.md index a12192c..fd407ad 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,9 +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.41 -- (next release) | 6 | ## v0.41 -- 2024-09-18 |
7 | - rename app from "Tinc App" to "Tinc Mesh VPN" (more descriptive) | 7 | - rename app from "Tinc App" to "Tinc Mesh VPN" (more descriptive) |
8 | - share configuration and log directories with explicit action | 8 | - make config and logs dirs accessible via the system's built-in file manager |
9 | - move configuration and log directories back to internal private storage | 9 | - move configuration and log directories back to internal private storage |
10 | 10 | ||
11 | ## v0.40 -- 2024-08-31 | 11 | ## v0.40 -- 2024-08-31 |