Skip to content

Commit

Permalink
Use protobuf-gradle-plugin 0.8.10
Browse files Browse the repository at this point in the history
protobuf-gradle-plugin prior to 0.8.8 have issues with Gradle 5.0+
  • Loading branch information
oscarguindzberg committed Sep 7, 2020
1 parent 86c7094 commit 4722324
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 @@ -4,7 +4,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 4722324

Please sign in to comment.