Update protobuf-gradle-plugin to 0.8.6.

This commit is contained in:
Andreas Schildbach 2019-02-14 22:49:27 +01:00
parent 34e8bc217a
commit b5517a1b70

View File

@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.4'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.6'
}
}