Skip to content

Commit

Permalink
Bump protobufs to 3.9.2
Browse files Browse the repository at this point in the history
v3.9.0 has a known issue with < Android O versions.  Wait to bump to 3.11.0 when it's ready.
  • Loading branch information
Roger Hu committed Nov 19, 2019
1 parent 1c41e70 commit d922529
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencies {
annotationProcessor "com.google.auto.value:auto-value:1.6.2"
shadow "com.google.errorprone:error_prone_annotations:2.3.1"
shadow "com.google.guava:guava:27.0.1-jre"
shadow "com.google.protobuf:protobuf-java:3.4.0"
shadow "com.google.protobuf:protobuf-java-util:3.4.0"
shadow "com.google.protobuf:protobuf-java:3.9.2"
shadow "com.google.protobuf:protobuf-java-util:3.9.2"

compileWindows "com.android.tools.build:aapt2:3.5.0-alpha03-5252756:windows"
compileMacOs "com.android.tools.build:aapt2:3.5.0-alpha03-5252756:osx"
Expand All @@ -56,8 +56,8 @@ dependencies {
testCompile "com.google.truth.extensions:truth-java8-extension:0.45"
testCompile "com.google.truth.extensions:truth-proto-extension:0.45"
testCompile "com.google.jimfs:jimfs:1.1"
testCompile "com.google.protobuf:protobuf-java:3.4.0"
testCompile "com.google.protobuf:protobuf-java-util:3.4.0"
testCompile "com.google.protobuf:protobuf-java:3.9.2"
testCompile "com.google.protobuf:protobuf-java-util:3.9.2"
testCompile "org.mockito:mockito-core:2.18.3"
testCompile "junit:junit:4.12"
testCompile "org.junit.jupiter:junit-jupiter-api:5.2.0"
Expand Down

0 comments on commit d922529

Please sign in to comment.