Skip to content

Commit db36c75

Browse files
committed
bugfix: Updated protobuf gradle again
New Android Studio 3.6.1 doesn't work with 0.8.9 or lower? More about it here - google/protobuf-gradle-plugin#311 (comment)
1 parent beed7fd commit db36c75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.2.1'
11-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.6'
10+
classpath 'com.android.tools.build:gradle:3.6.1'
11+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.9'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jun 14 09:48:06 CST 2019
1+
#Sat Mar 28 15:45:45 PDT 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 commit comments

Comments
 (0)