From 42437788ed52b5bc6a99827be0f4c004b51a579f Mon Sep 17 00:00:00 2001 From: Mysochenko Yuriy Date: Mon, 3 Apr 2023 11:34:37 +0300 Subject: [PATCH] release release "5.3.4" --- CHANGELOG.md | 4 ++++ app/build.gradle | 4 ++-- app/src/prod/play/release-notes/en-US/default.txt | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3298f66f..ab11a086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.3.4 (3 Apr 2023) +- Add a new translation - Chinese Simplified (by [Jesse205](https://crowdin.com/profile/Jesse205)) +- Fix staring some activities from shortcuts [#32](https://github.com/sdex/ActivityManager/issues/32) + ## 5.3.3 (25 Mar 2023) - Add exporting the manifest file to the local storage diff --git a/app/build.gradle b/app/build.gradle index eb2c9c36..0560d4e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.activitymanager" minSdk 21 targetSdk 33 - versionCode 533 - versionName "5.3.3" + versionCode 534 + versionName "5.3.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/prod/play/release-notes/en-US/default.txt b/app/src/prod/play/release-notes/en-US/default.txt index ee77f8c0..1f48c765 100644 --- a/app/src/prod/play/release-notes/en-US/default.txt +++ b/app/src/prod/play/release-notes/en-US/default.txt @@ -1 +1,2 @@ -- Add exporting the manifest file to the local storage +- Add a new translation - Chinese Simplified (by Jesse205) +- Fix staring some activities from shortcuts (#32)