diff --git a/CHANGELOG b/CHANGELOG index 028912c780b128c8fd82b3f3f96046b235a5eddf..af35b0ecc62546b9184f13ce586816534e57e92c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +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 diff --git a/app/build.gradle b/app/build.gradle index 5b1c0a7e0cbb0697b41bdb7d7b90d809ca0a033c..c9bb9bbc08ff63e1257c6e51f3a7e07c7c9932e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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