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.
2 parents 5f7c105 + 15da388 commit bc17c06Copy full SHA for bc17c06
1 file changed
app/build.gradle.kts
@@ -184,7 +184,7 @@ configurations.configureEach {
184
//
185
// To analyse the dependencies:
186
// `./gradlew :app:dependencyInsight --configuration genericDebugRuntimeClasspath --dependency com.google.protobuf:protobuf-java`
187
- val protobufJava = "com.google.protobuf:protobuf-java:4.34.1"
+ val protobufJava = "com.google.protobuf:protobuf-java:4.35.0"
188
resolutionStrategy {
189
force(protobufJava)
190
dependencySubstitution {
0 commit comments