Skip to content

Commit 9086572

Browse files
authored
upgrade protobuf-gradle-plugin to 0.8.8 (GoogleCloudPlatform#2542)
Fixes GoogleCloudPlatform#2533
1 parent 4d60755 commit 9086572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints/getting-started-grpc/api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.0'
25+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.8'
2626

2727
}
2828
}

0 commit comments

Comments
 (0)