Skip to content

Commit

Permalink
v1.1.2 (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jun 26, 2024
1 parent 65ee9a7 commit 6a75db9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# WallpaperExport Changelog

## 1.1.2
* Add permission [`READ_MEDIA_IMAGES`](https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_IMAGES)
* Update dependencies
* Modernize gradle/build infrastructure
* Add Github attestations

## 1.1.1
* Update dependencies

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Now works with Android 14 (Upside Down Cake) and 15 (Vanilla Ice Cream)
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Up to Android 13 you need to grant the `READ_EXTERNAL_STORAGE` permission to acc

On Android 13 “Tiramisu” it is necessary to grant the `MANAGE_EXTERNAL_STORAGE` permission.
This permission also allows read and write access to all user files on the device. The app does not use the permission to access any files though.

On Android 14 and higher it is necessary to grant the `MANAGE_EXTERNAL_STORAGE` permission and the `READ_MEDIA_IMAGES` permission.

0 comments on commit 6a75db9

Please sign in to comment.