From ae1b776b413d2c347547e3a362ef2ce59f422de8 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 5 Feb 2022 12:39:44 +0100 Subject: update version to 1.1.2 --- CHANGELOG | 11 +++++++++++ app/build.gradle | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 26ed0271..4486ac58 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +1.1.2 - Snowflakes winter wonder release +features: +* Tor on Snowflake: use new circumvention tech to unblock the communication from Bitmask to it's configuration servers +* many, many new translations +* update dependencies: ics-openvpn, openssl, lz4 + +bugfixes: +* some app crash fixes +* disable LED for VPN status notifications, enable them if app updates are available +* improvement some wordings + 1.1.1 - Android App Bundle Hotfix bugfixes: - fix VPN not turning on: diff --git a/app/build.gradle b/app/build.gradle index 0f3d1661..c8dbafe8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "se.leap.bitmaskclient" // the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n // to extracted bundle apks, supplied by google - versionCode 159 * 1000 - versionName "1.1.1" + versionCode 160 * 1000 + versionName "1.1.2" minSdkVersion 16 targetSdkVersion 30 vectorDrawables.useSupportLibrary = true -- cgit v1.2.3