Skip to content

Commit

Permalink
Remove Compose dev repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhSandav committed Nov 28, 2024
1 parent 483ce5b commit 4a06781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ pluginManagement {
google()
gradlePluginPortal()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}

rootProject.name = "CommonVersions"

dependencyResolutionManagement {

@Suppress("UnstableApiUsage")
repositories {
mavenCentral()
google()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://jitpack.io")
}
}

0 comments on commit 4a06781

Please sign in to comment.