Skip to content

Commit

Permalink
Dependency updates (#4971)
Browse files Browse the repository at this point in the history
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
joshliebe authored Sep 17, 2024
1 parent cee5de3 commit 55119fd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("de.fayard.refreshVersions") version "0.51.0"
id("de.fayard.refreshVersions") version "0.60.5"
}

rootDir.eachFile(groovy.io.FileType.DIRECTORIES) { File parent ->
Expand Down
48 changes: 24 additions & 24 deletions versions.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.51.0
#### Generated by `./gradlew refreshVersions` version 0.60.5
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
Expand Down Expand Up @@ -29,11 +29,11 @@ version.androidx.recyclerview=1.3.2

version.androidx.core=1.13.1

version.androidx.fragment=1.8.1
version.androidx.fragment=1.8.3

version.androidx.legacy=1.0.0

version.androidx.lifecycle=2.8.3
version.androidx.lifecycle=2.8.5

version.androidx.room=2.6.1

Expand All @@ -47,15 +47,15 @@ version.androidx.test.ext.junit=1.2.1

version.androidx.test.rules=1.6.1

version.androidx.test.runner=1.6.1
version.androidx.test.runner=1.6.2

version.androidx.webkit=1.11.0

version.androidx.work=2.9.0
version.androidx.work=2.9.1

version.androidx.security-crypto=1.1.0-alpha06

version.app.cash.turbine=0.12.1
version.app.cash.turbine=1.1.0

version.com.airbnb.android..lottie=5.2.0

Expand All @@ -65,21 +65,21 @@ version.com.duckduckgo.netguard..netguard-android=1.6.12

version.com.duckduckgo.synccrypto..sync-crypto-android=0.3.0

version.com.frybits.harmony..harmony=1.2.2
version.com.frybits.harmony..harmony=1.2.6

version.com.frybits.harmony..harmony-crypto=1.2.6

version.com.getkeepsafe.relinker..relinker=1.4.5

version.com.github.bumptech.glide..ksp=4.14.2
version.com.github.bumptech.glide..ksp=4.16.0

version.com.github.bumptech.glide..glide=4.14.2
version.com.github.bumptech.glide..glide=4.16.0

version.com.github.bumptech.glide..okhttp3-integration=4.14.2
version.com.github.bumptech.glide..okhttp3-integration=4.16.0

version.com.nhaarman.mockitokotlin2..mockito-kotlin=2.2.0

version.google.android.material=1.7.0
version.google.android.material=1.12.0

version.google.dagger=2.51.1

Expand All @@ -89,52 +89,52 @@ version.jakewharton.timber=5.0.1

version.kotlin=1.9.24

version.kotlinx.coroutines=1.7.3
version.kotlinx.coroutines=1.8.1

version.leakcanary=2.10
version.leakcanary=2.14

version.logcat=0.1

version.mockito=5.12.0
version.mockito=5.13.0

version.moshi=1.8.0

version.okhttp3=4.12.0

version.net.zetetic..android-database-sqlcipher=4.5.1
version.net.zetetic..android-database-sqlcipher=4.5.4

version.okio=3.2.0
version.okio=3.9.0

version.org.apache.commons..commons-math3=3.6.1

version.org.json..json=20230227
version.org.json..json=20240303

version.org.mockito.kotlin..mockito-kotlin=5.3.1
version.org.mockito.kotlin..mockito-kotlin=5.4.0

version.retrofit2=2.9.0

version.junit.junit=4.13.2

version.org.jsoup..jsoup=1.15.3
version.org.jsoup..jsoup=1.18.1

version.com.jakewharton.retrofit..retrofit2-kotlin-coroutines-adapter=0.9.2

version.androidx.viewpager2=1.1.0

version.robolectric=4.12.2
version.robolectric=4.13

version.com.facebook.shimmer..shimmer=0.5.0

version.com.facebook.flipper..flipper=0.176.1
version.com.facebook.flipper..flipper=0.265.0

version.com.facebook.soloader..soloader=0.10.5
version.com.facebook.soloader..soloader=0.11.0

version.rxjava2.rxandroid=2.0.2

version.rxjava2.rxjava=2.2.9

version.com.journeyapps..zxing-android-embedded=4.3.0

version.com.google.zxing..core=3.3.0
version.com.google.zxing..core=3.5.3

version.android.tools.desugar_jdk_libs=2.0.4
version.android.tools.desugar_jdk_libs=2.1.2

0 comments on commit 55119fd

Please sign in to comment.