Skip to content
Snippets Groups Projects
Commit ae1b776b authored by cyberta's avatar cyberta
Browse files

update version to 1.1.2

parent cb473fac
Branches
Tags
No related merge requests found
Pipeline #76925 failed
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 1.1.1 - Android App Bundle Hotfix
bugfixes: bugfixes:
- fix VPN not turning on: - fix VPN not turning on:
......
...@@ -17,8 +17,8 @@ android { ...@@ -17,8 +17,8 @@ android {
applicationId "se.leap.bitmaskclient" applicationId "se.leap.bitmaskclient"
// the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n // 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 // to extracted bundle apks, supplied by google
versionCode 159 * 1000 versionCode 160 * 1000
versionName "1.1.1" versionName "1.1.2"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment