Skip to content

Commit

Permalink
build.gradle: Update Protobuf Plugin for Gradle to 0.8.10.
Browse files Browse the repository at this point in the history
The current latest version is 0.8.12, but version 0.8.11
and later require Gradle 5.6 or later which will change our
build requirements and documentation.

See:
https://github.com/google/protobuf-gradle-plugin/releases/tag/v0.8.11
  • Loading branch information
msgilligan authored and acrespo committed Sep 14, 2022
1 parent 434874c commit 607d209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.6'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
}
}

Expand Down

0 comments on commit 607d209

Please sign in to comment.