mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix(deps): add material3 navigation3 adaptive
This commit is contained in:
parent
88f4f2dd5a
commit
a3f15a911e
3 changed files with 8 additions and 0 deletions
|
@ -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") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue