We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55726dc commit 0c2cf7dCopy full SHA for 0c2cf7d
1 file changed
build.gradle.kts
@@ -26,14 +26,15 @@ version = projectVersion
26
27
repositories {
28
mavenCentral()
29
- maven(url = "https://jitpack.io") { name = "jitpack" }
+ maven(url = "https://jitpack.io")
30
+ maven(url = "https://pkg.sourceplus.plus/sourceplusplus/protocol")
31
}
32
33
dependencies {
34
implementation("com.apollographql.apollo3:apollo-runtime:$apolloVersion")
35
api("com.apollographql.apollo3:apollo-api:$apolloVersion")
36
- implementation("com.github.sourceplusplus.protocol:protocol:$projectVersion")
37
+ implementation("plus.sourceplusplus:protocol:$projectVersion")
38
39
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
40
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1")
0 commit comments