mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-15 19:29:56 -04:00
Update dependencies
This commit is contained in:
@@ -133,8 +133,6 @@ dependencies {
|
||||
implementation(libs.androidx.hilt.navigation.compose)
|
||||
ksp(libs.hilt.android.compiler)
|
||||
ksp(libs.androidx.hilt.compiler)
|
||||
// https://github.com/google/dagger/issues/5001
|
||||
ksp("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.21")
|
||||
|
||||
debugImplementation(libs.androidx.compose.ui.tooling)
|
||||
debugImplementation(libs.androidx.ui.test.manifest)
|
||||
@@ -172,7 +170,6 @@ dependencies {
|
||||
androidTestImplementation(libs.coil.network.okhttp)
|
||||
|
||||
screenshotTestImplementation(libs.screenshot.validation.api)
|
||||
screenshotTestImplementation(libs.androidx.ui.tooling)
|
||||
}
|
||||
|
||||
kotlin { compilerOptions { jvmTarget = JvmTarget.JVM_17 } }
|
||||
|
||||
@@ -15,7 +15,7 @@ kotlinxSerializationCore = "1.11.0"
|
||||
kotlinxSerializationJson = "1.11.0"
|
||||
kotlinxCoroutinesTest = "1.11.0"
|
||||
|
||||
ktor = "3.4.3"
|
||||
ktor = "3.5.0"
|
||||
okhttp = "4.12.0"
|
||||
room = "2.8.4"
|
||||
glide = "5.0.7"
|
||||
@@ -25,7 +25,7 @@ molecule = "2.2.0"
|
||||
hints = "3.0.1"
|
||||
composePreference = "2.2.0"
|
||||
|
||||
androidxCoreKtx = "1.18.0"
|
||||
androidxCoreKtx = "1.19.0"
|
||||
androidxAppcompat = "1.7.1"
|
||||
androidxPreferenceKtx = "1.2.1"
|
||||
androidxLifecycleLivedataKtx = "2.10.0"
|
||||
@@ -38,18 +38,18 @@ androidxConstraintlayout = "2.2.1"
|
||||
androidxSwipeRefreshLayout = "1.2.0"
|
||||
androidxVectordrawable = "1.2.0"
|
||||
androidxGridlayout = "1.1.0"
|
||||
androidxComposeBom = "2026.05.00"
|
||||
androidxComposeBom = "2026.05.01"
|
||||
androidxActivityCompose = "1.13.0"
|
||||
accompanistDrawablepainter = "0.37.3"
|
||||
|
||||
# navigation3
|
||||
nav3Core = "1.1.1"
|
||||
nav3Core = "1.1.2"
|
||||
lifecycleViewmodelNav3 = "2.10.0"
|
||||
material3AdaptiveNav3 = "1.0.0-alpha03"
|
||||
|
||||
material = "1.14.0"
|
||||
material3 = "1.5.0-alpha19" # should be possible to remove once 1.5.0 is stable and in bom
|
||||
material3AdaptiveNav = "1.3.0-beta01"
|
||||
material3 = "1.5.0-alpha21" # should be possible to remove once 1.5.0 is stable and in bom
|
||||
material3AdaptiveNav = "1.3.0-beta02"
|
||||
|
||||
zxingCore = "3.5.4"
|
||||
guardianprojectNetcipher = "2.2.0-alpha"
|
||||
@@ -69,11 +69,11 @@ rxandroid = "3.0.2"
|
||||
|
||||
slf4jApi = "2.0.18"
|
||||
microutilsKotlinLogging = "3.0.5"
|
||||
logbackClassic = "1.5.32"
|
||||
logbackClassic = "1.5.34"
|
||||
logbackAndroid = "3.0.0"
|
||||
|
||||
junit = "4.13.2"
|
||||
mockk = "1.14.9"
|
||||
mockk = "1.14.11"
|
||||
robolectric = "4.16.1"
|
||||
androidxTestCore = "1.7.0"
|
||||
androidxTestRunner = "1.7.0"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user