fix(deps): bump nav3 snapshot

This commit is contained in:
Harsh Shandilya 2025-07-06 02:09:53 +05:30
parent 049e1426bc
commit fff0982de6
2 changed files with 9 additions and 14 deletions

View file

@ -15,9 +15,8 @@ konvert = "4.1.1"
kotlin = "2.1.21" kotlin = "2.1.21"
kotlinResult = "2.0.1" kotlinResult = "2.0.1"
leakcanary = "3.0-alpha-8" leakcanary = "3.0-alpha-8"
lifecycle = "2.10.0-SNAPSHOT" lifecycle = "2.9.1"
# TODO: Update lifecycle to stable when next update drops navigation3 = "1.0.0-alpha05"
navigation3 = "1.0.0-SNAPSHOT"
navigation3-material = "1.0.0-SNAPSHOT" navigation3-material = "1.0.0-SNAPSHOT"
retrofit = "3.0.0" retrofit = "3.0.0"
richtext = "1.0.0-alpha02" richtext = "1.0.0-alpha02"

View file

@ -102,21 +102,17 @@ dependencyResolutionManagement {
name = "Compose Compiler Snapshots" name = "Compose Compiler Snapshots"
content { includeGroup("androidx.compose.compiler") } content { includeGroup("androidx.compose.compiler") }
} }
maven("https://androidx.dev/snapshots/builds/13603812/artifacts/repository") { maven("https://androidx.dev/snapshots/builds/13738694/artifacts/repository") {
name = "AndroidX Snapshots" name = "AndroidX Snapshots"
content { mavenContent { snapshotsOnly() }
includeGroup("androidx.activity") content { includeGroup("androidx.compose.material3.adaptive") }
includeGroup("androidx.compose.material3.adaptive")
includeGroup("androidx.lifecycle")
includeGroup("androidx.navigationevent")
includeGroup("androidx.navigation3")
includeGroup("androidx.savedstate")
}
} }
maven("https://oss.sonatype.org/content/repositories/snapshots/") { maven("https://oss.sonatype.org/content/repositories/snapshots/") {
name = "Sonatype Snapshots" name = "Sonatype Snapshots"
content { includeGroup("dev.msfjarvis.whetstone") } content {
content { includeGroup("dev.drewhamilton.poko") } includeGroup("dev.msfjarvis.whetstone")
includeGroup("dev.drewhamilton.poko")
}
mavenContent { snapshotsOnly() } mavenContent { snapshotsOnly() }
} }
mavenCentral { mavenContent { releasesOnly() } } mavenCentral { mavenContent { releasesOnly() } }