-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update wordpress-rs
to trunk-db86370a4ce7ae45e210e57a0403cc70ce70f167
#21868
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
base: trunk
Are you sure you want to change the base?
Update wordpress-rs
to trunk-db86370a4ce7ae45e210e57a0403cc70ce70f167
#21868
Conversation
Project dependencies changeslist! Upgraded Dependencies
rs.wordpress.api:android:trunk-db86370a4ce7ae45e210e57a0403cc70ce70f167, (changed from alpha-20250411)
rs.wordpress.api:kotlin:trunk-db86370a4ce7ae45e210e57a0403cc70ce70f167, (changed from alpha-20250411) tree +--- project :libs:fluxc
-| \--- net.java.dev.jna:jna:5.15.0 -> 5.17.0
+| \--- net.java.dev.jna:jna:5.17.0
-\--- rs.wordpress.api:android:alpha-20250411
- +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
- +--- com.squareup.okhttp3:okhttp-tls:4.12.0
- | +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
- | +--- com.squareup.okio:okio:3.6.0 -> 3.9.0 (*)
- | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
- +--- net.java.dev.jna:jna:5.17.0
- +--- rs.wordpress.api:kotlin:alpha-20250411
- | +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
- | +--- com.squareup.okhttp3:okhttp-tls:4.12.0 (*)
- | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
- | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
- \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+\--- rs.wordpress.api:android:trunk-db86370a4ce7ae45e210e57a0403cc70ce70f167
+ +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+ +--- com.squareup.okhttp3:okhttp-tls:4.12.0
+ | +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+ | +--- com.squareup.okio:okio:3.6.0 -> 3.9.0 (*)
+ | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
+ +--- net.java.dev.jna:jna:5.17.0
+ +--- rs.wordpress.api:kotlin:trunk-db86370a4ce7ae45e210e57a0403cc70ce70f167
+ | +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+ | +--- com.squareup.okhttp3:okhttp-tls:4.12.0 (*)
+ | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+ | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+ \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*) |
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21868-c59e038 | |
Commit | c59e038 | |
Direct Download | wordpress-prototype-build-pr21868-c59e038.apk |
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21868-c59e038 | |
Commit | c59e038 | |
Direct Download | jetpack-prototype-build-pr21868-c59e038.apk |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #21868 +/- ##
=======================================
Coverage 39.38% 39.38%
=======================================
Files 2133 2133
Lines 100044 100044
Branches 15408 15408
=======================================
Hits 39406 39406
Misses 57155 57155
Partials 3483 3483 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thank you for the changes! Unfortunately, this change is creating some conflicts with the ongoing login work because the logic has been moved. |
Going to be handled here: #21876 |
Updates
wordpress-rs
to the latesttrunk
version. We have a few other changes coming up related to Android, so I didn't do a new alpha build for this as there is no difference between alpha tags and the publishedtrunk
version.I've also updated
jna
to the latest5.17.0
version because that's whatwordpress-rs
uses and if I am not mistakenjna
is only used forwordpress-rs
at the moment. (it might also be used bygutenberg-mobile
I am not sure)To Test