fix(deps): add material3 navigation3 adaptive

This commit is contained in:
Harsh Shandilya 2025-05-25 20:09:55 +05:30
parent 88f4f2dd5a
commit a3f15a911e
3 changed files with 8 additions and 0 deletions

View file

@ -100,6 +100,7 @@ dependencies {
implementation(libs.androidx.compose.ui.util)
implementation(libs.androidx.core.splashscreen)
implementation(libs.androidx.lifecycle.compose)
implementation(libs.androidx.material3.navigation3)
implementation(libs.androidx.navigation3.runtime)
implementation(libs.androidx.navigation3.ui)
implementation(libs.androidx.paging.compose)

View file

@ -17,6 +17,7 @@ kotlinResult = "2.0.1"
leakcanary = "3.0-alpha-8"
lifecycle = "2.9.0"
navigation3 = "1.0.0-alpha02"
navigation3-material = "1.0.0-SNAPSHOT"
retrofit = "3.0.0"
richtext = "1.0.0-alpha02"
sentry-sdk = "8.12.0"
@ -50,6 +51,7 @@ androidx-core = "androidx.core:core:1.16.0"
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.2.0-beta02"
androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
androidx-lint-gradle = "androidx.lint:lint-gradle:1.0.0-alpha05"
androidx-material3-navigation3 = { group = "androidx.compose.material3.adaptive", name = "adaptive-navigation3", version.ref = "navigation3-material" }
androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" }
androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
androidx-paging-compose = "androidx.paging:paging-compose:3.3.6"

View file

@ -102,6 +102,11 @@ dependencyResolutionManagement {
name = "Compose Compiler Snapshots"
content { includeGroup("androidx.compose.compiler") }
}
maven("https://androidx.dev/snapshots/builds/13546692/artifacts/repository") {
name = "AndroidX Snapshots"
mavenContent { snapshotsOnly() }
content { includeGroup("androidx.compose.material3.adaptive") }
}
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
name = "Sonatype Snapshots"
content { includeGroup("dev.msfjarvis.whetstone") }