diff options
author | cyBerta <cyberta@riseup.net> | 2022-05-06 19:19:22 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-05-06 19:19:22 +0200 |
commit | 61f14f0cb2779eca4c9c3395c02ba2f2861c4e4c (patch) | |
tree | ea0dc3797a429368ab551acb85f10862e00f104c | |
parent | ef1c3ea181341525664145c7c62ec6ff604023c3 (diff) |
update version to 1.1.3
-rw-r--r-- | CHANGELOG | 8 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +1.1.3 +features: +* set donation nagging to 7 days +* point all donation links to Riseup + +bugfixes: +* fix crash in tile service on some devices + 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 diff --git a/app/build.gradle b/app/build.gradle index 1a15f470..5b1c0a7e 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 160 * 1000 - versionName "1.1.2" + versionCode 161 * 1000 + versionName "1.1.3" minSdkVersion 16 targetSdkVersion 30 vectorDrawables.useSupportLibrary = true |