Skip to content

Commit

Permalink
release "5.4.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Jan 6, 2024
1 parent 136158f commit b623801
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.6 (6 Jan 2023)
- Display applications version

## 5.4.5 (2 Oct 2023)
- Support per-app language preferences on Android 13+

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.activitymanager"
minSdk = 21
targetSdk = 34
versionCode = 545
versionName = "5.4.5"
versionCode = 546
versionName = "5.4.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/546.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Display applications version

0 comments on commit b623801

Please sign in to comment.