We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b24d2b commit 82b9977Copy full SHA for 82b9977
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
implementation("com.apollographql.apollo3:apollo-runtime:$apolloVersion")
34
api("com.apollographql.apollo3:apollo-api:$apolloVersion")
35
36
- implementation("com.github.sourceplusplus.protocol:protocol:$projectVersion")
+ implementation("com.github.sourceplusplus.protocol:protocol:2bd4bea9ad")
37
38
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
39
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
0 commit comments