Skip to content

Commit b6775b7

Browse files
committed
Merge branch 'bugfix/protobuf_gradle' into 'master'
bugfix: Updated protobuf gradle again See merge request idf/esp-idf-provisioning-android!32
2 parents beed7fd + db36c75 commit b6775b7

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)