From 42d057131c463b6d557dccdfad56b10ff6996d75 Mon Sep 17 00:00:00 2001 From: Mysochenko Yuriy Date: Tue, 18 Apr 2023 11:04:50 +0300 Subject: [PATCH] release "5.3.5" --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- app/src/prod/play/release-notes/en-US/default.txt | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33068e98..f415f3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 5.3.5 (18 Apr 2023) +- Improve searching in manifest files [#37](https://github.com/sdex/ActivityManager/issues/37) (by [Y-E-P](https://github.com/Y-E-P)) + ## 5.3.4 (3 Apr 2023) - Add a new translation - Chinese Simplified (by [Jesse205](https://crowdin.com/profile/Jesse205)) - Fix starting some activities from shortcuts [#32](https://github.com/sdex/ActivityManager/issues/32) diff --git a/app/build.gradle b/app/build.gradle index 083585c4..afdf538e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.activitymanager" minSdk 21 targetSdk 33 - versionCode 534 - versionName "5.3.4" + versionCode 535 + versionName "5.3.5" 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 25634710..0dd7b3dc 100644 --- a/app/src/prod/play/release-notes/en-US/default.txt +++ b/app/src/prod/play/release-notes/en-US/default.txt @@ -1,2 +1 @@ -- Add a new translation - Chinese Simplified (by Jesse205) -- Fix starting some activities from shortcuts (#32) +- Improve searching in manifest files