From 398f218e64a85320b88a314474ac888d12c811db Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 2 Jan 2023 02:50:48 +0100 Subject: release 0.34 --- app/build.gradle | 4 ++-- changelog.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 89a3299..c151917 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { minSdkVersion 21 targetSdkVersion 32 multiDexEnabled true - versionCode 33 - versionName '0.33' + versionCode 34 + versionName '0.34' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index c2c97a4..12233c8 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,11 @@ 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.34 - 2023-01-02 +- add prominent warning at the top of the network list (Google Play requirement) +- update LibreSSL to 3.6.1 +- update Android SDK target API to 32 + ## v0.33 - 2021-07-12 - update tinc to 1.1-pre18 - update LibreSSL to 3.3.3 -- cgit v1.2.3