Skip to content

Commit

Permalink
release release "5.3.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Apr 3, 2023
1 parent 5e3c38d commit 4243778
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 2 additions & 1 deletion app/src/prod/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4243778

Please sign in to comment.