mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
build: publish multiplatform-paging fork to snapshots repository
This commit is contained in:
parent
2abbda7641
commit
62ccbd8f81
2 changed files with 5 additions and 3 deletions
|
@ -36,7 +36,7 @@ dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref =
|
|||
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
|
||||
dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
|
||||
|
||||
multiplatform-paging = "io.github.kuuuurt:multiplatform-paging-desktop:0.4.4"
|
||||
multiplatform-paging = "dev.msfjarvis.paging:multiplatform-paging:0.4.5-SNAPSHOT"
|
||||
|
||||
retrofit-lib = "com.squareup.retrofit2:retrofit:2.9.0"
|
||||
retrofit-kotlinxSerializationConverter = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0"
|
||||
|
|
|
@ -13,10 +13,12 @@ dependencyResolutionManagement {
|
|||
mavenCentral()
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
maven("https://oss.sonatype.org/content/repositories/snapshots") {
|
||||
content { includeGroup("org.pushing-pixels") }
|
||||
content {
|
||||
includeGroup("org.pushing-pixels")
|
||||
includeGroup("dev.msfjarvis.paging")
|
||||
}
|
||||
}
|
||||
google()
|
||||
mavenLocal() { content { includeGroup("io.github.kuuuurt") } }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue