From 912ad5f2a75061dfd4823e5c6a1b5d6f6e14f881 Mon Sep 17 00:00:00 2001 From: Mysochenko Yuriy Date: Mon, 13 Feb 2023 08:30:02 +0200 Subject: [PATCH] release "5.3.2" --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- app/src/prod/play/release-notes/en-US/default.txt | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c9c8c9..5a5d9de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 5.3.2 (13 Feb 2023) +- Add Spanish translation (kudos to [juanunzu](https://crowdin.com/profile/juanunzu)) + ## 5.3.1 (7 Feb 2023) - Add an option to quickly switch the "Show not exported activities" preference from the activities list screen diff --git a/app/build.gradle b/app/build.gradle index d9d624f5..e641edcf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.activitymanager" minSdk 21 targetSdk 33 - versionCode 531 - versionName "5.3.1" + versionCode 532 + versionName "5.3.2" 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 b6e7004b..8c685ba7 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 @@ -- Add an option to quickly switch the "Show not exported activities" preference from the activities list screen +- - Add Spanish translation