aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2020-09-16 14:26:16 +0200
committerpacien2020-09-16 14:26:16 +0200
commit1ef0f16d32dab2425660e6a37fdab5b2ae5d88f6 (patch)
tree3e4b6b6ab74d25f55062e6564097da27311fb7d5
parent2b43fc4786731dada4b3fabcd2700ea7ff7c3380 (diff)
downloadtincapp-0.31.tar.gz
release v0.31v0.31
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md5
2 files changed, 7 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7c428d9..2b26b32 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,8 +37,8 @@ android {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 30 38 targetSdkVersion 30
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 30 40 versionCode 31
41 versionName '0.30' 41 versionName '0.31'
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 adeded0..4533d92 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,11 @@
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.31 - 2020-09-16
7- fix app crash when external cache directory isn't available (for compatibility with Android 11)
8- patch tinc for fortified libc checks (for compatibility with Android NDK r21)
9- update LibreSSL to 3.1.4
10
6## v0.30 - 2020-01-20 11## v0.30 - 2020-01-20
7- fix missing system logger dependency on Android 10 12- fix missing system logger dependency on Android 10
8- revert back to target API 28 to fix daemon not starting on Android 5 13- revert back to target API 28 to fix daemon not starting on Android 5