From 332dd59f3cc684023c4264191efbfe371a25f6b5 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 30 Jul 2024 00:08:30 +0200 Subject: update version to 1.4.0RC2 --- CHANGELOG | 6 ++++++ app/build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6d373e81..3d144a3f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +1.4.0RC2 pre-API-v5 +features: +- mainly work under the hood to support future configuration API v5 +- support for elliptic curve private keys used in VPN setup +- updated translations (many thanks to all translators!) + 1.4.0RC1 obfuscation update features: * update obfuscation library obfsvpn to version 1.0.0, with improved KCP support diff --git a/app/build.gradle b/app/build.gradle index d2e43601..2750eba5 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 174000 - versionName "1.4.0RC1" + versionCode 175000 + versionName "1.4.0RC2" compileSdk 34 minSdkVersion 21 targetSdkVersion 34 -- cgit v1.2.3