Skip to content

Commit

Permalink
release "5.4.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Sep 6, 2023
1 parent c812b15 commit 69b9f55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.4.2 (6 Sep 2023)
- Fix intent builder screen state reset [#52](https://github.com/sdex/ActivityManager/pull/52) (by [Jesse205](https://github.com/Jesse205))
- Add name suggestions when creating a shortcut [#53](https://github.com/sdex/ActivityManager/pull/53) (by [Jesse205](https://github.com/Jesse205))

## 5.4.1 (29 May 2023)
- Add a new translation - Portuguese, Brazilian (by [m_s_](https://crowdin.com/profile/askz0))

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 541
versionName "5.4.1"
versionCode 542
versionName "5.4.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 69b9f55

Please sign in to comment.