diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | changelog.md | 3 |
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 @@ | |||
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.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 |