Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gravatar to 2.3.1 #21688

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Update Gravatar to 2.3.1 #21688

merged 1 commit into from
Feb 17, 2025

Conversation

AdamGrzybkowski
Copy link
Contributor

Fixes #21674

@nbradbury Noticed that the activity from the uCrop library doesn't handle the edge-to-edge on Android 15 well. Since we use a fork of this library, we have fixed it there (PR) and used that updated version in the Gravatar SDK. So this update brings the updated uCrop with it (that we use internally).

wp_api_35


To Test:

  1. Launch the app on Android 15
  2. Go to the "Me" screen
  3. Tap on the avatar to launch the Quick Editor
  4. Tap "Upload image"
  5. Select any of the options and pick an image
  6. Confirm the uCrop activity handles the insets properly

Regression Notes

  1. Potential unintended areas of impact

    • None
  2. What I did to test those areas of impact (or what existing automated tests I relied on)

  3. What automated tests I added (or what prevented me from doing so)


PR Submission Checklist:

  • I have completed the Regression Notes.
  • I have considered adding accessibility improvements for my changes.
  • I have considered if this change warrants user-facing release notes and have added them to RELEASE-NOTES.txt if necessary.

Testing Checklist (strike-out the not-applying and unnecessary ones):

  • WordPress.com sites and self-hosted Jetpack sites.
  • Portrait and landscape orientations.
  • Light and dark modes.
  • Fonts: Larger, smaller and bold text.
  • High contrast.
  • Talkback.
  • Languages with large words or with letters/accents not frequently used in English.
  • Right-to-left languages. (Even if translation isn’t complete, formatting should still respect the right-to-left layout)
  • Large and small screen sizes. (Tablet and smaller phones)
  • Multi-tasking: Split screen and Pop-up view. (Android 10 or higher)

@AdamGrzybkowski AdamGrzybkowski added the Gravatar Gravatar integration label Feb 14, 2025
@AdamGrzybkowski AdamGrzybkowski added this to the 25.8 milestone Feb 14, 2025
@AdamGrzybkowski AdamGrzybkowski requested review from a team and nbradbury and removed request for a team February 14, 2025 18:34
@wpmobilebot
Copy link
Contributor

Project dependencies changes

The following changes in project dependencies were detected (configuration wordpressVanillaReleaseRuntimeClasspath):

list
Upgraded Dependencies
com.automattic:ucrop:2.2.11, (changed from 2.2.10)
com.gravatar:gravatar:2.3.1, (changed from 2.3.0)
com.gravatar:gravatar-quickeditor:2.3.1, (changed from 2.3.0)
com.gravatar:gravatar-ui:2.3.1, (changed from 2.3.0)
tree
 +--- project :libs:image-editor
-|    \--- com.automattic:ucrop:2.2.10
+|    \--- com.automattic:ucrop:2.2.10 -> 2.2.11
 +--- project :libs:login
-|    \--- com.gravatar:gravatar:2.3.0
+|    \--- com.gravatar:gravatar:2.3.1
-+--- com.gravatar:gravatar:2.3.0 (*)
++--- com.gravatar:gravatar:2.3.1 (*)
-+--- com.gravatar:gravatar-quickeditor:2.3.0
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.0.21 (*)
-|    +--- com.gravatar:gravatar:2.3.0 (*)
-|    +--- com.gravatar:gravatar-ui:2.3.0
-|    |    +--- androidx.core:core-ktx:1.13.1 (*)
-|    |    +--- androidx.appcompat:appcompat:1.7.0 (*)
-|    |    +--- com.google.android.material:material:1.12.0 (*)
-|    |    +--- io.coil-kt:coil-compose:2.7.0
-|    |    |    +--- io.coil-kt:coil-compose-base:2.7.0
-|    |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
-|    |    |    |    +--- com.google.accompanist:accompanist-drawablepainter:0.32.0 (*)
-|    |    |    |    +--- io.coil-kt:coil-base:2.7.0
-|    |    |    |    |    +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*)
-|    |    |    |    |    +--- androidx.appcompat:appcompat-resources:1.6.1 -> 1.7.0 (*)
-|    |    |    |    |    +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*)
-|    |    |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
-|    |    |    |    |    +--- androidx.exifinterface:exifinterface:1.3.7 (*)
-|    |    |    |    |    +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.0 (*)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 -> 2.8.7 (*)
-|    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 (*)
-|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-|    |    |    |    |    +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
-|    |    |    |    |    \--- com.squareup.okio:okio:3.9.0 (*)
-|    |    |    |    +--- androidx.compose.foundation:foundation:1.6.8 -> 1.7.8 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-|    |    |    +--- io.coil-kt:coil:2.7.0
-|    |    |    |    +--- io.coil-kt:coil-base:2.7.0 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-|    |    +--- io.coil-kt:coil-svg:2.7.0
-|    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
-|    |    |    +--- com.caverock:androidsvg-aar:1.4
-|    |    |    +--- io.coil-kt:coil-base:2.7.0 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-|    |    +--- com.gravatar:gravatar:2.3.0 (*)
-|    |    +--- androidx.compose:compose-bom:2024.02.00 -> 2025.02.00
-|    |    |    +--- androidx.compose.animation:animation:1.7.8 (c)
-|    |    |    +--- androidx.compose.foundation:foundation:1.7.8 (c)
-|    |    |    +--- androidx.compose.foundation:foundation-layout:1.7.8 (c)
-|    |    |    +--- androidx.compose.material:material:1.7.8 (c)
-|    |    |    +--- androidx.compose.material3:material3:1.3.1 (c)
-|    |    |    +--- androidx.compose.material3:material3-android:1.3.1 (c)
-|    |    |    +--- androidx.compose.material3.adaptive:adaptive:1.0.0 (c)
-|    |    |    +--- androidx.compose.runtime:runtime:1.7.8 (c)
-|    |    |    +--- androidx.compose.runtime:runtime-livedata:1.7.8 (c)
-|    |    |    +--- androidx.compose.runtime:runtime-saveable:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-graphics:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-text:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-tooling:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-unit:1.7.8 (c)
-|    |    |    +--- androidx.compose.material3.adaptive:adaptive-android:1.0.0 (c)
-|    |    |    +--- androidx.compose.animation:animation-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.foundation:foundation-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.foundation:foundation-layout-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.material:material-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.animation:animation-core:1.7.8 (c)
-|    |    |    +--- androidx.compose.material:material-icons-core:1.7.8 (c)
-|    |    |    +--- androidx.compose.material:material-ripple:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-util:1.7.8 (c)
-|    |    |    +--- androidx.compose.runtime:runtime-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.runtime:runtime-saveable-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-graphics-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-text-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-tooling-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-tooling-preview-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-unit-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-util-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-geometry:1.7.8 (c)
-|    |    |    +--- androidx.compose.animation:animation-core-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.material:material-icons-core-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.material:material-ripple-android:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c)
-|    |    |    +--- androidx.compose.ui:ui-geometry-android:1.7.8 (c)
-|    |    |    \--- androidx.compose.ui:ui-tooling-data-android:1.7.8 (c)
-|    |    +--- androidx.compose.ui:ui -> 1.7.8 (*)
-|    |    +--- androidx.compose.ui:ui-tooling-preview -> 1.7.8 (*)
-|    |    +--- androidx.compose.material3:material3 -> 1.3.1
-|    |    |    \--- androidx.compose.material3:material3-android:1.3.1 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
-|    +--- androidx.browser:browser:1.8.0
-|    |    +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-|    |    +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
-|    |    +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*)
-|    |    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
-|    |    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
-|    |    +--- androidx.interpolator:interpolator:1.0.0 (*)
-|    |    \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-|    +--- androidx.appcompat:appcompat:1.7.0 (*)
-|    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3 -> 2.8.7 (*)
-|    +--- androidx.navigation:navigation-compose:2.8.3 -> 2.8.7 (*)
-|    +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03
-|    |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03
-|    |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03
-|    |    |    |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03 (c)
-|    |    |    |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03 (c)
-|    |    |    |    +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03 (c)
-|    |    |    |    +--- androidx.datastore:datastore-preferences:1.1.1 (c)
-|    |    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03 (c)
-|    |    |    |    +--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-|    |    |    |    +--- androidx.datastore:datastore:1.1.1 (c)
-|    |    |    |    \--- androidx.datastore:datastore-core:1.1.1 (c)
-|    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03
-|    |    |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
-|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
-|    |    |    |    +--- androidx.datastore:datastore-core:1.1.1
-|    |    |    |    |    \--- androidx.datastore:datastore-core-android:1.1.1
-|    |    |    |    |         +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
-|    |    |    |    |         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.0.21 (*)
-|    |    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-|    |    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
-|    |    |    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
-|    |    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
-|    |    |    |    |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
-|    |    |    |    |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-|    |    |    |    \--- com.google.crypto.tink:tink-android:1.13.0 (*)
-|    |    |    +--- androidx.datastore:datastore-preferences-core:1.1.1
-|    |    |    |    \--- androidx.datastore:datastore-preferences-core-jvm:1.1.1
-|    |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (*)
-|    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1
-|    |    |    |         |    \--- androidx.datastore:datastore-core-okio-jvm:1.1.1
-|    |    |    |         |         +--- androidx.datastore:datastore-core:1.1.1 (*)
-|    |    |    |         |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
-|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
-|    |    |    |         |         +--- androidx.datastore:datastore:1.1.1 (c)
-|    |    |    |         |         +--- androidx.datastore:datastore-core:1.1.1 (c)
-|    |    |    |         |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
-|    |    |    |         |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-|    |    |    |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
-|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-|    |    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
-|    |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
-|    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
-|    |    |    |         \--- androidx.datastore:datastore-preferences:1.1.1 (c)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
-|    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
-|    |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03
-|    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03 (*)
-|    |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
-|    |    |    +--- androidx.datastore:datastore:1.1.1
-|    |    |    |    \--- androidx.datastore:datastore-android:1.1.1
-|    |    |    |         +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-|    |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (*)
-|    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (*)
-|    |    |    |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
-|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
-|    |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
-|    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
-|    |    |    |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
-|    |    |    |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-|    |    |    +--- androidx.security:security-crypto:1.0.0 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
-|    |    +--- androidx.datastore:datastore-preferences:1.1.1
-|    |    |    \--- androidx.datastore:datastore-preferences-android:1.1.1
-|    |    |         +--- androidx.datastore:datastore:1.1.1 (*)
-|    |    |         +--- androidx.datastore:datastore-preferences-core:1.1.1 (*)
-|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-|    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
-|    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
-|    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
-|    |    |         +--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-|    |    |         \--- androidx.datastore:datastore-core-okio:1.1.1 (c)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
-|    +--- androidx.startup:startup-runtime:1.1.1 (*)
-|    +--- io.coil-kt:coil-compose:2.7.0 (*)
-|    +--- com.squareup.retrofit2:retrofit:2.11.0 (*)
-|    +--- com.squareup.retrofit2:converter-moshi:2.11.0 (*)
-|    +--- com.automattic:ucrop:2.2.10 (*)
-|    +--- androidx.compose:compose-bom:2024.02.00 -> 2025.02.00 (*)
-|    +--- androidx.compose.ui:ui -> 1.7.8 (*)
-|    +--- androidx.compose.ui:ui-tooling-preview -> 1.7.8 (*)
-|    +--- androidx.compose.material3:material3 -> 1.3.1 (*)
-|    +--- androidx.activity:activity-compose:1.9.2 -> 1.9.3 (*)
-|    +--- androidx.compose.material3.adaptive:adaptive:1.0.0
-|    |    \--- androidx.compose.material3.adaptive:adaptive-android:1.0.0
-|    |         +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-|    |         +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
-|    |         +--- androidx.compose.foundation:foundation:1.6.5 -> 1.7.8 (*)
-|    |         +--- androidx.compose.ui:ui-geometry:1.6.5 -> 1.7.8 (*)
-|    |         +--- androidx.window:window:1.3.0 (*)
-|    |         +--- androidx.window:window-core:1.3.0
-|    |         |    \--- androidx.window:window-core-android:1.3.0
-|    |         |         +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-|    |         |         \--- androidx.window:window:1.3.0 (c)
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
-|    +--- com.composables:core:1.15.0
-|    |    \--- com.composables:core-android:1.15.0
-|    |         +--- androidx.activity:activity:1.9.0 -> 1.9.3 (*)
-|    |         +--- androidx.activity:activity-compose:1.9.0 -> 1.9.3 (*)
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.0.21 (*)
-|    |         \--- org.jetbrains.compose.foundation:foundation:1.6.11
-|    |              \--- androidx.compose.foundation:foundation:1.6.7 -> 1.7.8 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
++--- com.gravatar:gravatar-quickeditor:2.3.1
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.0.21 (*)
+|    +--- com.gravatar:gravatar:2.3.1 (*)
+|    +--- com.gravatar:gravatar-ui:2.3.1
+|    |    +--- androidx.core:core-ktx:1.13.1 (*)
+|    |    +--- androidx.appcompat:appcompat:1.7.0 (*)
+|    |    +--- com.google.android.material:material:1.12.0 (*)
+|    |    +--- io.coil-kt:coil-compose:2.7.0
+|    |    |    +--- io.coil-kt:coil-compose-base:2.7.0
+|    |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
+|    |    |    |    +--- com.google.accompanist:accompanist-drawablepainter:0.32.0 (*)
+|    |    |    |    +--- io.coil-kt:coil-base:2.7.0
+|    |    |    |    |    +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*)
+|    |    |    |    |    +--- androidx.appcompat:appcompat-resources:1.6.1 -> 1.7.0 (*)
+|    |    |    |    |    +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*)
+|    |    |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
+|    |    |    |    |    +--- androidx.exifinterface:exifinterface:1.3.7 (*)
+|    |    |    |    |    +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.0 (*)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 -> 2.8.7 (*)
+|    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 (*)
+|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    |    |    |    +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+|    |    |    |    |    \--- com.squareup.okio:okio:3.9.0 (*)
+|    |    |    |    +--- androidx.compose.foundation:foundation:1.6.8 -> 1.7.8 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    |    +--- io.coil-kt:coil:2.7.0
+|    |    |    |    +--- io.coil-kt:coil-base:2.7.0 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    +--- io.coil-kt:coil-svg:2.7.0
+|    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
+|    |    |    +--- com.caverock:androidsvg-aar:1.4
+|    |    |    +--- io.coil-kt:coil-base:2.7.0 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    +--- com.gravatar:gravatar:2.3.1 (*)
+|    |    +--- androidx.compose:compose-bom:2024.02.00 -> 2025.02.00
+|    |    |    +--- androidx.compose.animation:animation:1.7.8 (c)
+|    |    |    +--- androidx.compose.foundation:foundation:1.7.8 (c)
+|    |    |    +--- androidx.compose.foundation:foundation-layout:1.7.8 (c)
+|    |    |    +--- androidx.compose.material:material:1.7.8 (c)
+|    |    |    +--- androidx.compose.material3:material3:1.3.1 (c)
+|    |    |    +--- androidx.compose.material3:material3-android:1.3.1 (c)
+|    |    |    +--- androidx.compose.material3.adaptive:adaptive:1.0.0 (c)
+|    |    |    +--- androidx.compose.runtime:runtime:1.7.8 (c)
+|    |    |    +--- androidx.compose.runtime:runtime-livedata:1.7.8 (c)
+|    |    |    +--- androidx.compose.runtime:runtime-saveable:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-graphics:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-text:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-tooling:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-unit:1.7.8 (c)
+|    |    |    +--- androidx.compose.material3.adaptive:adaptive-android:1.0.0 (c)
+|    |    |    +--- androidx.compose.animation:animation-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.foundation:foundation-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.foundation:foundation-layout-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.material:material-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.animation:animation-core:1.7.8 (c)
+|    |    |    +--- androidx.compose.material:material-icons-core:1.7.8 (c)
+|    |    |    +--- androidx.compose.material:material-ripple:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-util:1.7.8 (c)
+|    |    |    +--- androidx.compose.runtime:runtime-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.runtime:runtime-saveable-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-graphics-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-text-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-tooling-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-tooling-preview-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-unit-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-util-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-geometry:1.7.8 (c)
+|    |    |    +--- androidx.compose.animation:animation-core-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.material:material-icons-core-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.material:material-ripple-android:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c)
+|    |    |    +--- androidx.compose.ui:ui-geometry-android:1.7.8 (c)
+|    |    |    \--- androidx.compose.ui:ui-tooling-data-android:1.7.8 (c)
+|    |    +--- androidx.compose.ui:ui -> 1.7.8 (*)
+|    |    +--- androidx.compose.ui:ui-tooling-preview -> 1.7.8 (*)
+|    |    +--- androidx.compose.material3:material3 -> 1.3.1
+|    |    |    \--- androidx.compose.material3:material3-android:1.3.1 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
+|    +--- androidx.browser:browser:1.8.0
+|    |    +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+|    |    +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+|    |    +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*)
+|    |    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
+|    |    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
+|    |    +--- androidx.interpolator:interpolator:1.0.0 (*)
+|    |    \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+|    +--- androidx.appcompat:appcompat:1.7.0 (*)
+|    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3 -> 2.8.7 (*)
+|    +--- androidx.navigation:navigation-compose:2.8.3 -> 2.8.7 (*)
+|    +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03
+|    |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03
+|    |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03
+|    |    |    |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03 (c)
+|    |    |    |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03 (c)
+|    |    |    |    +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03 (c)
+|    |    |    |    +--- androidx.datastore:datastore-preferences:1.1.1 (c)
+|    |    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03 (c)
+|    |    |    |    +--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+|    |    |    |    +--- androidx.datastore:datastore:1.1.1 (c)
+|    |    |    |    \--- androidx.datastore:datastore-core:1.1.1 (c)
+|    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03
+|    |    |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+|    |    |    |    +--- androidx.datastore:datastore-core:1.1.1
+|    |    |    |    |    \--- androidx.datastore:datastore-core-android:1.1.1
+|    |    |    |    |         +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+|    |    |    |    |         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.0.21 (*)
+|    |    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
+|    |    |    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
+|    |    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
+|    |    |    |    |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
+|    |    |    |    |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+|    |    |    |    \--- com.google.crypto.tink:tink-android:1.13.0 (*)
+|    |    |    +--- androidx.datastore:datastore-preferences-core:1.1.1
+|    |    |    |    \--- androidx.datastore:datastore-preferences-core-jvm:1.1.1
+|    |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (*)
+|    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1
+|    |    |    |         |    \--- androidx.datastore:datastore-core-okio-jvm:1.1.1
+|    |    |    |         |         +--- androidx.datastore:datastore-core:1.1.1 (*)
+|    |    |    |         |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
+|    |    |    |         |         +--- androidx.datastore:datastore:1.1.1 (c)
+|    |    |    |         |         +--- androidx.datastore:datastore-core:1.1.1 (c)
+|    |    |    |         |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
+|    |    |    |         |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+|    |    |    |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
+|    |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
+|    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
+|    |    |    |         \--- androidx.datastore:datastore-preferences:1.1.1 (c)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+|    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
+|    |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03
+|    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03 (*)
+|    |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
+|    |    |    +--- androidx.datastore:datastore:1.1.1
+|    |    |    |    \--- androidx.datastore:datastore-android:1.1.1
+|    |    |    |         +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+|    |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (*)
+|    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (*)
+|    |    |    |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
+|    |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
+|    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
+|    |    |    |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
+|    |    |    |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+|    |    |    +--- androidx.security:security-crypto:1.0.0 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+|    |    +--- androidx.datastore:datastore-preferences:1.1.1
+|    |    |    \--- androidx.datastore:datastore-preferences-android:1.1.1
+|    |    |         +--- androidx.datastore:datastore:1.1.1 (*)
+|    |    |         +--- androidx.datastore:datastore-preferences-core:1.1.1 (*)
+|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
+|    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
+|    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
+|    |    |         +--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+|    |    |         \--- androidx.datastore:datastore-core-okio:1.1.1 (c)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+|    +--- androidx.startup:startup-runtime:1.1.1 (*)
+|    +--- io.coil-kt:coil-compose:2.7.0 (*)
+|    +--- com.squareup.retrofit2:retrofit:2.11.0 (*)
+|    +--- com.squareup.retrofit2:converter-moshi:2.11.0 (*)
+|    +--- com.automattic:ucrop:2.2.11 (*)
+|    +--- androidx.compose:compose-bom:2024.02.00 -> 2025.02.00 (*)
+|    +--- androidx.compose.ui:ui -> 1.7.8 (*)
+|    +--- androidx.compose.ui:ui-tooling-preview -> 1.7.8 (*)
+|    +--- androidx.compose.material3:material3 -> 1.3.1 (*)
+|    +--- androidx.activity:activity-compose:1.9.2 -> 1.9.3 (*)
+|    +--- androidx.compose.material3.adaptive:adaptive:1.0.0
+|    |    \--- androidx.compose.material3.adaptive:adaptive-android:1.0.0
+|    |         +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+|    |         +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+|    |         +--- androidx.compose.foundation:foundation:1.6.5 -> 1.7.8 (*)
+|    |         +--- androidx.compose.ui:ui-geometry:1.6.5 -> 1.7.8 (*)
+|    |         +--- androidx.window:window:1.3.0 (*)
+|    |         +--- androidx.window:window-core:1.3.0
+|    |         |    \--- androidx.window:window-core-android:1.3.0
+|    |         |         +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         |         \--- androidx.window:window:1.3.0 (c)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
+|    +--- com.composables:core:1.15.0
+|    |    \--- com.composables:core-android:1.15.0
+|    |         +--- androidx.activity:activity:1.9.0 -> 1.9.3 (*)
+|    |         +--- androidx.activity:activity-compose:1.9.0 -> 1.9.3 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.compose.foundation:foundation:1.6.11
+|    |              \--- androidx.compose.foundation:foundation:1.6.7 -> 1.7.8 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
-\--- com.automattic:ucrop:2.2.10 (*)
+\--- com.automattic:ucrop:2.2.10 -> 2.2.11 (*)

@wpmobilebot
Copy link
Contributor

WordPress📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress WordPress
FlavorJalapeno
Build TypeDebug
Versionpr21688-3c5e38e
Commit3c5e38e
Direct Downloadwordpress-prototype-build-pr21688-3c5e38e.apk
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor

Jetpack📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack Jetpack
FlavorJalapeno
Build TypeDebug
Versionpr21688-3c5e38e
Commit3c5e38e
Direct Downloadjetpack-prototype-build-pr21688-3c5e38e.apk
Note: Google Login is not supported on these builds.

@nbradbury nbradbury self-assigned this Feb 17, 2025
Copy link
Contributor

@nbradbury nbradbury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks good! :shipit:

@nbradbury nbradbury merged commit a63e2dc into trunk Feb 17, 2025
23 of 25 checks passed
@nbradbury nbradbury deleted the adam/gravatar_2.3.1 branch February 17, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gravatar Gravatar integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UCropActivity doesn't support edge to edge
3 participants