Skip to content

Commit 7c99ed5

Browse files
committed
release "5.4.22"
1 parent abd4d71 commit 7c99ed5

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 5.4.22 (17 May 2026)
2+
- improve handling activities with a custom permission
3+
- add an option to set using root to launch an activity from a shortcut
4+
5+
## 5.4.21 (13 Mar 2026)
6+
- no changes
7+
18
## 5.4.20 (2 Mar 2026)
29
- improve parsing disabled apps
310

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "com.activitymanager"
1818
minSdk = 23
1919
targetSdk = 34
20-
versionCode = 561
21-
versionName = "5.4.21"
20+
versionCode = 562
21+
versionName = "5.4.22"
2222

2323
project.findProperty("newVersionCode")?.toString()?.toIntOrNull()?.let {
2424
versionCode = it

metadata/en-US/changelogs/562.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- improve handling activities with a custom permission
2+
- add an option to set using root to launch an activity from a shortcut

0 commit comments

Comments
 (0)