mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
build.gradle: update protobuf-javalite to 3.19.4
This commit is contained in:
parent
c0f8a87f16
commit
7aa54583b7
@ -12,7 +12,7 @@ version = '0.17-SNAPSHOT'
|
||||
dependencies {
|
||||
api 'org.bouncycastle:bcprov-jdk15to18:1.70'
|
||||
api 'com.google.guava:guava:31.0.1-android'
|
||||
api 'com.google.protobuf:protobuf-javalite:3.18.0'
|
||||
api 'com.google.protobuf:protobuf-javalite:3.19.4'
|
||||
api 'com.squareup.okhttp3:okhttp:3.14.9'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.36'
|
||||
implementation 'net.jcip:jcip-annotations:1.0'
|
||||
@ -39,7 +39,7 @@ compileJava {
|
||||
|
||||
protobuf {
|
||||
protoc {
|
||||
artifact = 'com.google.protobuf:protoc:3.18.0'
|
||||
artifact = 'com.google.protobuf:protoc:3.19.4'
|
||||
}
|
||||
generateProtoTasks {
|
||||
all().each { task ->
|
||||
|
Loading…
Reference in New Issue
Block a user