Skip to content

Commit 9dec06c

Browse files
authored
Upgrade protobuf plugin version to 0.8.12, android plugin version to 3.5.0 (#6859)
1 parent e2bb441 commit 9dec06c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
pluginManagement {
22
plugins {
3-
id "com.android.application" version "3.3.0"
4-
id "com.android.library" version "3.3.0"
3+
id "com.android.application" version "3.5.0"
4+
id "com.android.library" version "3.5.0"
55
id "com.github.johnrengelman.shadow" version "2.0.4"
66
id "com.github.kt3k.coveralls" version "2.0.1"
77
id "com.google.osdetector" version "1.4.0"
8-
id "com.google.protobuf" version "0.8.8"
8+
id "com.google.protobuf" version "0.8.12"
99
id "digital.wup.android-maven-publish" version "3.6.2"
1010
id "me.champeau.gradle.japicmp" version "0.2.5"
1111
id "me.champeau.gradle.jmh" version "0.5.0"

0 commit comments

Comments
 (0)