From b21178b43ced84c091ee15541035db5bcc6b280c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 26 Feb 2024 11:14:14 +0100 Subject: [PATCH] android: New release after adding fix for existing shortcuts/Intents --- 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 44b9695a3f..c9443ff493 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 21 targetSdkVersion 33 - versionCode 81 - versionName "2.5.0" + versionCode 82 + versionName "2.5.1" 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 0aa9293129..bbaa93aed6 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.1 # + +- Fix für existierende Verknüpfungen und Automatisierung via Intents + # 2.5.0 # - Unterstützung für verwaltete Konfigurationen via Enterprise Mobility Management (EMM) 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 c0fe425c76..b5179fea97 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.1 # + +- Fix for existing shortcuts and automation via Intents + # 2.5.0 # - Support for managed configurations via enterprise mobility management (EMM)