From 6af1b9d7a7b07b8b3dd37a764311f99024b0d710 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 14 Jun 2019 13:53:02 +0200 Subject: release v0.27 --- app/build.gradle | 4 ++-- 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 { //noinspection OldTargetApi targetSdkVersion 27 multiDexEnabled true - versionCode 26 - versionName '0.26' + versionCode 27 + versionName '0.27' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index 6272cc8..2e7df6e 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ This file lists notable changes that have been made to the application on each release. Releases are tracked and referred to using git tags. +## v0.27 - 2019-06-14 +- fix R8 optimisation that made the app unable to load its libraries + ## v0.26 - 2019-06-13 - make tinc automatic reconnection on network change optional with new configuration key (`ReconnectOnNetworkChange`) - update LibreSSL to 2.9.2 -- cgit v1.2.3