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 6f33ba5 commit 2a81e10Copy full SHA for 2a81e10
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:af337ba247")
+ implementation("com.github.sourceplusplus.protocol:protocol:$projectVersion")
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