aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2019-06-14 13:53:02 +0200
committerpacien2019-06-14 13:53:02 +0200
commit6af1b9d7a7b07b8b3dd37a764311f99024b0d710 (patch)
tree552ec21e04aebabca8780a0b62fe52acbd1800c4
parentb871bcbd23420f3d8ce709372f2b9723c6294b47 (diff)
downloadtincapp-0.27.tar.gz
release v0.27v0.27
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md3
2 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4f1b936..e621c52 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -38,8 +38,8 @@ android {
38 //noinspection OldTargetApi 38 //noinspection OldTargetApi
39 targetSdkVersion 27 39 targetSdkVersion 27
40 multiDexEnabled true 40 multiDexEnabled true
41 versionCode 26 41 versionCode 27
42 versionName '0.26' 42 versionName '0.27'
43 ndk { 43 ndk {
44 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 44 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
45 } 45 }
diff --git a/changelog.md b/changelog.md
index 6272cc8..2e7df6e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,9 @@
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.27 - 2019-06-14
7- fix R8 optimisation that made the app unable to load its libraries
8
6## v0.26 - 2019-06-13 9## v0.26 - 2019-06-13
7- make tinc automatic reconnection on network change optional with new configuration key (`ReconnectOnNetworkChange`) 10- make tinc automatic reconnection on network change optional with new configuration key (`ReconnectOnNetworkChange`)
8- update LibreSSL to 2.9.2 11- update LibreSSL to 2.9.2