File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 api ' com.madgag.spongycastle:core:1.58.0.0'
1818 api ' com.lambdaworks:scrypt:1.4.0'
1919 api ' org.junit.jupiter:junit-jupiter-api:5.12.0'
20- api ' com.google.protobuf:protobuf-java:3.25.6 '
20+ api ' com.google.protobuf:protobuf-java:4.29.3 '
2121 api ' org.slf4j:slf4j-jdk14:2.0.13'
2222 api ' org.json:json:20240303'
2323 api ' com.squareup.okhttp:okhttp:2.7.5'
Original file line number Diff line number Diff line change @@ -57,9 +57,8 @@ 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:4.28.3' // most used as of 7/23/2024
6160 implementation ' com.google.protobuf:protobuf-java:4.29.3' // march2025
62- implementation ' com.google.zxing:core:3.5.3' // most recent as of 7/23/2024
61+ implementation ' com.google.zxing:core:3.5.3' // march2025
6362 implementation ' ch.acra:acra:4.11.1' // startpullingfromnewlocation
6463 implementation ' com.android.support:support-v4-preferencefragment:1.0.0@aar'
6564 implementation ' com.jakewharton:butterknife:8.8.1' // ButterKnife.findById() is deprecated, needs FindByViewId() updates
You can’t perform that action at this time.
0 commit comments