Skip to content

Commit

Permalink
chore: upgrade protobuf-javalite to 3.17 to support Apple M1 CPU (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering authored Jul 4, 2023
1 parent cc74704 commit c50ce77
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 84 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ eclipse.project.name = 'dashj-core'
dependencies {
compile 'org.bouncycastle:bcprov-jdk15to18:1.68'
implementation 'com.google.guava:guava:28.2-android'
compile 'com.google.protobuf:protobuf-javalite:3.14.0'
compile 'com.google.protobuf:protobuf-javalite:3.17.3'
implementation 'com.squareup.okhttp3:okhttp:3.12.8'
implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'net.jcip:jcip-annotations:1.0'
Expand Down Expand Up @@ -40,7 +40,7 @@ javadoc.options.encoding = 'UTF-8'

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.14.0'
artifact = 'com.google.protobuf:protoc:3.17.3'
}
generateProtoTasks {
all().each { task ->
Expand Down
10 changes: 5 additions & 5 deletions core/src/main/java/org/bitcoin/crawler/PeerSeedProtos.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions core/src/main/java/org/bitcoin/paymentchannel/Protos.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions core/src/main/java/org/bitcoin/protocols/payments/Protos.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c50ce77

Please sign in to comment.