Switch to Gradle 5.1

This commit is contained in:
Ilya Matveev
2019-02-13 11:54:07 +03:00
committed by Ilya Matveev
parent ce1e83945d
commit a576ee4b7d
33 changed files with 179 additions and 153 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ buildscript {
apply from: "$rootBuildDirectory/gradle/kotlinGradlePlugin.gradle"
dependencies {
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.0"
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.8"
}
}