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

Merge branch 'prepare_1.1.4' into 'master'

update version to 1.1.4

See merge request !189
parents 93f00e6a 453760b6
No related branches found
No related tags found
1 merge request!189update version to 1.1.4
Pipeline #90844 passed
1.1.4
features:
* improve censorship circumvention if VPN certificate needs to be fetched
* point donation link to Riseup Labs
* updated translations
bugfixes:
* fix notifications not disappearing after disconnecting the VPN from the quick tile settings
* fix some app crashes
* fix icon colors in advanced settings screen
1.1.3
features:
* set donation nagging to 7 days
......
......@@ -17,8 +17,9 @@ 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 161 * 1000
versionName "1.1.3"
// however we don't calculate the versionCode here, because F-Droid doesn't like that
versionCode 162000
versionName "1.1.4"
minSdkVersion 16
targetSdkVersion 30
vectorDrawables.useSupportLibrary = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment