Skip to content

Commit

Permalink
release "5.3.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Feb 7, 2023
1 parent b34fb67 commit 26f80e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.3.1 (7 Feb 2023)
- Add an option to quickly switch the "Show not exported activities" preference from the activities list screen

## 5.3.0 (28 Jan 2023)
- Update [highlightjs](https://highlightjs.org/) to the latest version
- Remove unnecessary storage permissions
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 530
versionName "5.3.0"
versionCode 531
versionName "5.3.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 1 addition & 4 deletions app/src/prod/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- Update highlightjs to the latest version
- Remove unnecessary storage permissions
- Add show/hide line numbers toggle to manifest viewer
- Add Polish translation
- Add an option to quickly switch the "Show not exported activities" preference from the activities list screen

0 comments on commit 26f80e7

Please sign in to comment.