fix(build): bump AndroidX Nav3 snapshot

This commit is contained in:
Harsh Shandilya 2025-07-22 23:26:21 +05:30
parent cf84853abb
commit 13477b5c7f

View file

@ -102,7 +102,7 @@ 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/13738694/artifacts/repository") { maven("https://androidx.dev/snapshots/builds/13817818/artifacts/repository") {
name = "AndroidX Snapshots" name = "AndroidX Snapshots"
mavenContent { snapshotsOnly() } mavenContent { snapshotsOnly() }
content { includeGroup("androidx.compose.material3.adaptive") } content { includeGroup("androidx.compose.material3.adaptive") }