Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task/Issue URL: https://app.asana.com/0/1200204095367872/1208195711128339/f ### Description Brings the following dependencies up-to-date: - `version.androidx.fragment` 1.8.1 → 1.8.3 - `version.androidx.lifecycle` 2.8.3 → 2.8.5 - `version.androidx.test.runner` 1.6.1 → 1.6.2 - `version.androidx.work` 2.9.0 → 2.9.1 - `version.app.cash.turbine` 0.12.1 → 1.1.0 - `version.com.frybits.harmony..harmony` 1.2.2 → 1.2.6 - `version.com.github.bumptech.glide..ksp` 4.14.2 → 4.16.0 - `version.com.github.bumptech.glide..glide` 4.14.2 → 4.16.0 - `version.com.github.bumptech.glide..okhttp3-integration` 4.14.2 → 4.16.0 - `version.google.android.material` 1.7.0 → 1.12.0 - `version.kotlinx.coroutines` 1.7.3 → 1.8.1 - `version.leakcanary` 2.10 → 2.14 - `version.mockito` 5.12.0 → 5.13.0 - `version.net.zetetic..android-database-sqlcipher` 4.5.1 → 4.5.4 - `version.okio` 3.2.0 → 3.9.0 - `version.org.json..json` 20230227 → 20240303 - `version.org.mockito.kotlin..mockito-kotlin` 5.3.1 → 5.4.0 - `version.org.jsoup..jsoup` 1.15.3 → 1.18.1 - `version.robolectric` 4.12.2 → 4.13 - `version.com.facebook.flipper..flipper` 0.176.1 → 0.265.0 - `version.com.facebook.soloader..soloader` 0.10.5 → 0.11.0 - `version.com.google.zxing..core` 3.3.0 → 3.5.3 - `version.android.tools.desugar_jdk_libs` 2.0.4 → 2.1.2 - `de.fayard.refreshVersions` 0.51.0 → 0.60.5 ### Steps to test this PR _General_ - [x] Smoke test _SQLCipher_ - [x] Install from develop - [x] Add a password - [x] Update to this branch - [x] Verify that password is still accessible _Material_ - [x] Go “Settings" > “App Components Design Preview" - [x] Verify that the components look as they should _Zxing_ - [x] Install the app on two devices (One emulator and one a physical device works) - [x] Go to “Settings” > “Sync & Backup” on the first device - [x] Go to “Settings” > “Sync & Backup” on the second (Physical) device - [x] Scan the barcode with the second device - [x] Verify that the devices are synced _jsoup_ - [x] Install from develop - [x] Add some bookmarks and folders - [x] Export bookmarks - [x] Install from this branch - [x] Go to “Developer Settings” > “Clear saved sites" - [x] Import the bookmarks - [x] Verify that the bookmarks are imported successfully - [x] Go to “Developer Settings” > “Clear saved sites" - [x] Add some bookmarks and folders - [x] Export bookmarks - [x] Go to “Developer Settings” > “Clear saved sites” - [x] Import the bookmarks - [x] Verify that the bookmarks are imported successfully
- Loading branch information