Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Jul 2, 2021
1 parent c4c6f41 commit c519460
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "taco.scoop"
minSdkVersion 21
targetSdkVersion 30
versionCode 28
versionName "2.1.3"
versionCode 29
versionName "2.2.0"

vectorDrawables.useSupportLibrary true

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
2.2.0: Miscellaneous improvements!
- Added Xposed back (requested by users)
- New setting that displays the permission status of READ_LOGS
- New setting for easily accessing Scoop's system notification settings
- Added QUERY_ALL_PACKAGES permission for Android 11
- Japanese translation (thanks to @gnuhead-chieb on GitHub!)
- Many internal improvements

0 comments on commit c519460

Please sign in to comment.