mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
chore(deps): update plugin org.jetbrains.compose to v1.1.0-rc01 (#304)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c5f216dbb4
commit
bbaa1bac0f
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,7 @@ pluginManagement {
|
|||
}
|
||||
google()
|
||||
}
|
||||
plugins { id("org.jetbrains.compose") version "1.1.0-alpha05" apply false }
|
||||
plugins { id("org.jetbrains.compose") version "1.1.0-rc01" apply false }
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
|
@ -17,7 +17,10 @@ dependencyResolutionManagement {
|
|||
mavenCentral()
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") {
|
||||
name = "JetBrains Compose Dev Repository"
|
||||
content { includeGroupByRegex("org\\.jetbrains\\.compose.*") }
|
||||
content {
|
||||
includeGroupByRegex("org\\.jetbrains\\.compose.*")
|
||||
includeGroup("org.jetbrains.skiko")
|
||||
}
|
||||
}
|
||||
google()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue