Update protobuf-java to 3.6.1.

This commit is contained in:
Andreas Schildbach
2019-02-14 23:36:05 +01:00
parent d4da02155f
commit 225941d88a

View File

@@ -11,7 +11,7 @@ dependencies {
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
implementation 'com.lambdaworks:scrypt:1.4.0'
implementation 'com.google.guava:guava:27.0.1-android'
compile 'com.google.protobuf:protobuf-java:3.5.1'
compile 'com.google.protobuf:protobuf-java:3.6.1'
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
implementation 'org.slf4j:slf4j-api:1.7.25'
implementation 'net.jcip:jcip-annotations:1.0'