Skip to content

Commit e209092

Browse files
authored
Update protobuf plugin to the latest version. (#814)
Among other updates, it fixes the API variant.getJavaCompile() obsolete warning. For more info about the changes see the CHANGELOG https://github.com/google/protobuf-gradle-plugin/releases
1 parent ca91049 commit e209092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root-project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727

2828
dependencies {
2929
classpath 'com.android.tools.build:gradle:3.4.2'
30-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.8'
30+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
3131
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.7.1'
3232
classpath 'org.jsoup:jsoup:1.11.2'
3333
classpath 'gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.8'

0 commit comments

Comments
 (0)