build: publish multiplatform-paging fork to snapshots repository

This commit is contained in:
Harsh Shandilya 2021-10-02 16:28:29 +05:30
parent 2abbda7641
commit 62ccbd8f81
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

@ -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") } }
}
}