Skip to content

Commit d09b018

Browse files
committed
release "5.4.15"
1 parent 67c5112 commit d09b018

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
- ## 5.4.14 (25 Sep 2025)
1+
## 5.4.15 (1 Oct 2025)
2+
- fix disabled apps filter
3+
4+
## 5.4.14 (25 Sep 2025)
25
- show activity counters for apps
36
- count activities for disabled apps
47
- add Bengali translation (#107)

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "com.activitymanager"
2020
minSdk = 21
2121
targetSdk = 34
22-
versionCode = 554
23-
versionName = "5.4.14"
22+
versionCode = 555
23+
versionName = "5.4.15"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626

metadata/en-US/changelogs/555.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- fix disabled apps filter

0 commit comments

Comments
 (0)