mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
build.gradle: update protobuf-javalite to 4.26.1
This commit is contained in:
parent
dcd49e5645
commit
19cce08825
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ version = '0.17-SNAPSHOT'
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'org.bouncycastle:bcprov-jdk15to18:1.77'
|
api 'org.bouncycastle:bcprov-jdk15to18:1.77'
|
||||||
api 'com.google.guava:guava:33.1.0-android'
|
api 'com.google.guava:guava:33.1.0-android'
|
||||||
api 'com.google.protobuf:protobuf-javalite:3.22.5'
|
api 'com.google.protobuf:protobuf-javalite:4.26.1'
|
||||||
implementation 'org.slf4j:slf4j-api:2.0.12'
|
implementation 'org.slf4j:slf4j-api:2.0.12'
|
||||||
implementation 'net.jcip:jcip-annotations:1.0'
|
implementation 'net.jcip:jcip-annotations:1.0'
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
@ -52,7 +52,7 @@ compileJava {
|
||||||
|
|
||||||
protobuf {
|
protobuf {
|
||||||
protoc {
|
protoc {
|
||||||
artifact = 'com.google.protobuf:protoc:3.22.5'
|
artifact = 'com.google.protobuf:protoc:4.26.1'
|
||||||
}
|
}
|
||||||
generateProtoTasks {
|
generateProtoTasks {
|
||||||
all().each { task ->
|
all().each { task ->
|
||||||
|
|
Loading…
Add table
Reference in a new issue