Skip to content

Commit

Permalink
Merge branch 'feature/per-app-language-prefs' into nick/remove-langua…
Browse files Browse the repository at this point in the history
…ge-pref
  • Loading branch information
nbradbury authored Dec 19, 2024
2 parents 2efe6ee + a286185 commit 98febe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = '8.5.1'
airbnb-lottie = '6.6.1'
airbnb-lottie = '6.6.2'
android-desugar = '2.1.3'
android-installreferrer = '2.2'
android-security-lint = '1.0.3'
Expand Down 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 98febe2

Please sign in to comment.