Update protobuf-java to 3.7.1.

This commit is contained in:
Andreas Schildbach 2019-05-19 10:03:43 +02:00
parent ab2fb2f9cf
commit 1fb770be69

View file

@ -10,7 +10,7 @@ version = '0.16-SNAPSHOT'
dependencies {
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
implementation 'com.google.guava:guava:27.1-android'
compile 'com.google.protobuf:protobuf-java:3.6.1'
compile 'com.google.protobuf:protobuf-java:3.7.1'
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
implementation 'org.slf4j:slf4j-api:1.7.25'
implementation 'net.jcip:jcip-annotations:1.0'