diff options
author | pacien | 2024-01-20 00:24:41 +0100 |
---|---|---|
committer | pacien | 2024-01-20 00:24:41 +0100 |
commit | 9ac126525ceda9e3f66c555314996d7dfded1cec (patch) | |
tree | 8de647e0678ae1a592a558b5c9910bc99c00a4d4 | |
parent | 94f3a07b20019a7d412bb1b5caa4f5ce153732a9 (diff) | |
download | tincapp-9ac126525ceda9e3f66c555314996d7dfded1cec.tar.gz |
release: v0.39v0.39
-rw-r--r-- | app/build.gradle | 6 | ||||
-rw-r--r-- | changelog.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index df23010..03d5fc1 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 2 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
3 | * Copyright (C) 2017-2023 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2017-2024 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
@@ -37,8 +37,8 @@ android { | |||
37 | minSdkVersion 21 | 37 | minSdkVersion 21 |
38 | targetSdkVersion 33 | 38 | targetSdkVersion 33 |
39 | multiDexEnabled true | 39 | multiDexEnabled true |
40 | versionCode 38 | 40 | versionCode 39 |
41 | versionName '0.38' | 41 | versionName '0.39' |
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 8b17f91..93f5a0c 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,7 +3,7 @@ | |||
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.39 -- (next release) | 6 | ## v0.39 -- 2024-01-20 |
7 | - fix permissions for newly created or joined network host and key files | 7 | - fix permissions for newly created or joined network host and key files |
8 | 8 | ||
9 | ## v0.38 -- 2023-07-30 | 9 | ## v0.38 -- 2023-07-30 |