Skip to content

Commit 060557f

Browse files
update acra and profobuf java
1 parent e37031b commit 060557f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wallet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ android {
5757
implementation 'com.google.guava:guava:23.0' //TODO ToStringHelper update for 19.0+
5858
implementation 'com.google.code.findbugs:jsr305:3.0.2' // most recent as of 7/2023
5959
implementation 'com.madgag.spongycastle:core:1.58.0.0' // most recent as of 7/2023
60-
implementation 'com.google.protobuf:protobuf-java:3.25.3' // most used as of 7/23/2024
60+
implementation 'com.google.protobuf:protobuf-java:4.29.3' // march2025
6161
implementation 'com.google.zxing:core:3.5.3' //most recent as of 7/23/2024
62-
implementation 'ch.acra:acra:4.11.1' //most recent as of 10/2023
62+
implementation 'ch.acra:acra:5.12.0' // march2025
6363
implementation 'com.android.support:support-v4-preferencefragment:1.0.0@aar'
6464
implementation 'com.jakewharton:butterknife:8.8.1' // ButterKnife.findById() is deprecated, needs FindByViewId() updates
6565
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0'

0 commit comments

Comments
 (0)