Skip to content

Commit

Permalink
build "5.1.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Oct 23, 2022
1 parent 210509e commit d9cd30d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 5.1.1 (23 Oct 2022)
- Make saving intent launch to history optional

## 5.1.0 (7 Oct 2022)
- Load manifest for bundles

## 5.0.0 (16 Sep 2022)
- Material 3
- Select a shortcut icon from the app
- Simplify root usage
- Show disabled apps
- Display an activity label when it's available
- Drop support for Android below 5.0
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"
minSdkVersion 21
targetSdkVersion 33
versionCode 510
versionName "5.1.0"
versionCode 511
versionName "5.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit d9cd30d

Please sign in to comment.