Skip to content

Commit

Permalink
release "5.4.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Sep 18, 2023
1 parent 0514f3b commit 547a8b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.4.3 (18 Sep 2023)
- Add an option to launch an activity shortcut using root shell [#56](https://github.com/sdex/ActivityManager/issues/56)

## 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))
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 34
versionCode 542
versionName "5.4.2"
versionCode 543
versionName "5.4.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/543.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add an option to launch an activity shortcut using root shell

0 comments on commit 547a8b9

Please sign in to comment.