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 8ee5525 commit 2affe4eCopy full SHA for 2affe4e
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:05b144c6ba")
+ 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.1")
0 commit comments