aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md6
2 files changed, 7 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cf1627c..4efe3d5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,8 +37,8 @@ android {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 28 // FIXME: API29 breaks daemon start on Android 5 38 targetSdkVersion 28 // FIXME: API29 breaks daemon start on Android 5
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 29 40 versionCode 30
41 versionName '0.29' 41 versionName '0.30'
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 280a4ab..adeded0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,8 +3,12 @@
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.30 - 2020-01-20
7- fix missing system logger dependency on Android 10
8- revert back to target API 28 to fix daemon not starting on Android 5
9
6## v0.29 - 2020-01-20 10## v0.29 - 2020-01-20
7- fix Android 10 compatibility issue and set target SDK to 29 11- fix Android 10 compatibility issue and set target API to 29
8- update tinc to patched snapshot (1.1-f522393) 12- update tinc to patched snapshot (1.1-f522393)
9- update LibreSSL to 3.0.2 13- update LibreSSL to 3.0.2
10 14