diff options
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +1.4.1 stable +features: +- update censorship circumvention library +- support for provider setups with multiple bridges colocated with a gateway +- translation updates (again love to all contributors) +- stable releasing 1.4.0 Release Candidate features and fixes (see below) + 1.4.0RC2 pre-API-v5 features: - mainly work under the hood to support future configuration API v5 diff --git a/app/build.gradle b/app/build.gradle index 2750eba5..2dffdd54 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { // 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 // however we don't calculate the versionCode here, because F-Droid doesn't like that - versionCode 175000 - versionName "1.4.0RC2" + versionCode 176000 + versionName "1.4.1" compileSdk 34 minSdkVersion 21 targetSdkVersion 34 |