Skip to content

Commit

Permalink
Bump Gravatar SDK to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGrzybkowski committed Dec 18, 2024
1 parent 6fc3b67 commit 6e9574c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion WordPress/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<!-- Required for storing and retrieving screenshots, taking photos, accessing media files -->
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="29" />
android:maxSdkVersion="29"
tools:replace="android:maxSdkVersion" />
<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"
android:maxSdkVersion="32" />
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ google-play-app-update = '2.1.0'
google-play-review = '2.0.2'
google-play-services-auth = '20.4.1'
google-services = '4.4.2'
gravatar = '2.0.1'
gravatar = '2.2.0'
greenrobot-eventbus = '3.3.1'
gutenberg-kit = 'v0.0.2'
gutenberg-mobile = 'v1.121.0'
Expand Down

0 comments on commit 6e9574c

Please sign in to comment.