@@ -6,19 +6,21 @@ android-annotations = "com.google.android:annotations:4.1.1.4"
66# 1.9.1+ uses Kotlin and requires Android Gradle Plugin 9+
77# checkForUpdates: androidx-annotation:1.9.0
88androidx-annotation = " androidx.annotation:annotation:1.9.0"
9- # 1.15.0+ requires minSdkVersion 21 in android-interop-testing (1.14.x doesn't exist)
9+ # 1.14.x doesn't exist.
10+ # 1.15.0+ requires compileSdkVersion 35 which officially requires AGP 8.6.0+.
11+ # It might work before then, but AGP 7.4.1 fails with:
12+ # RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data.
13+ # 1.16.0+ requires AGP 8.6.0+
1014# checkForUpdates: androidx-core:1.13.+
1115androidx-core = " androidx.core:core:1.13.1"
12- # 2.9+ requires minSdkVersion 21 in android-intetrop-testing
16+ # 2.9+ requires AGP 8.1.1+
1317# checkForUpdates: androidx-lifecycle-common:2.8.+
1418androidx-lifecycle-common = " androidx.lifecycle:lifecycle-common:2.8.7"
1519# checkForUpdates: androidx-lifecycle-service:2.8.+
1620androidx-lifecycle-service = " androidx.lifecycle:lifecycle-service:2.8.7"
1721androidx-test-core = " androidx.test:core:1.7.0"
1822androidx-test-ext-junit = " androidx.test.ext:junit:1.3.0"
19- # 1.7.0+ requires minSdkVersion 21 in android-interop-testing
20- # checkForUpdates: androidx-test-rules:1.6.+
21- androidx-test-rules = " androidx.test:rules:1.6.1"
23+ androidx-test-rules = " androidx.test:rules:1.7.0"
2224animalsniffer = " org.codehaus.mojo:animal-sniffer:1.26"
2325animalsniffer-annotations = " org.codehaus.mojo:animal-sniffer-annotations:1.26"
2426assertj-core = " org.assertj:assertj-core:3.27.6"
@@ -37,7 +39,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:10.26.1"
3739checkstylejava8 = " com.puppycrawl.tools:checkstyle:9.3"
3840commons-math3 = " org.apache.commons:commons-math3:3.6.1"
3941conscrypt = " org.conscrypt:conscrypt-openjdk-uber:2.5.2"
40- # 141.7340.3+ requires minSdkVersion 23
42+ # 141.7340.3+ requires Java 17+
4143# checkForUpdates: cronet-api:119.6045.31
4244cronet-api = " org.chromium.net:cronet-api:119.6045.31"
4345# checkForUpdates: cronet-embedded:119.6045.31
@@ -54,9 +56,7 @@ google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.41.
5456google-auth-oauth2Http = " com.google.auth:google-auth-library-oauth2-http:1.41.0"
5557# Release notes: https://cloud.google.com/logging/docs/release-notes
5658google-cloud-logging = " com.google.cloud:google-cloud-logging:3.23.9"
57- # 2.13.0 requires error_prone_annotations:2.37.0, but we are stuck with 2.36.0
58- # checkForUpdates: gson:2.12.+
59- gson = " com.google.code.gson:gson:2.12.1"
59+ gson = " com.google.code.gson:gson:2.13.2"
6060guava = " com.google.guava:guava:33.5.0-android"
6161guava-betaChecker = " com.google.guava:guava-beta-checker:1.0"
6262guava-testlib = " com.google.guava:guava-testlib:33.5.0-android"
0 commit comments