From a299a4d3cee184f005210eec7d1b230da0300973 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 25 Feb 2025 13:40:54 +0100 Subject: [PATCH] android: New release after fixing reauthentication regression --- src/frontends/android/app/build.gradle | 4 ++-- .../android/app/src/main/play/release-notes/de-DE/default.txt | 4 ++++ .../android/app/src/main/play/release-notes/en-US/default.txt | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index f513e52bed..105647580e 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 21 targetSdkVersion 34 - versionCode 87 - versionName "2.5.3" + versionCode 88 + versionName "2.5.4" externalNativeBuild { ndkBuild { diff --git a/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt b/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt index c6923513fa..5cc848590d 100644 --- a/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt +++ b/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt @@ -1,3 +1,7 @@ +# 2.5.4 # + +- Fixt Probleme beim Wiederherstellen der Verbindung + # 2.5.3 # - Unterstützt die Verteilung von Passwörtern in verwalteten Profilen diff --git a/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt b/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt index 84153240ae..23bc8c75c9 100644 --- a/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt +++ b/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1,7 @@ +# 2.5.4 # + +- Fix issues when reestablishing the connection + # 2.5.3 # - Add support for distributing passwords in managed profiles -- 2.47.2