Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
"com.google.auto.value:auto-value:1.11.0",
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.code.gson:gson:2.11.0",
"com.google.errorprone:error_prone_annotations:2.30.0",
"com.google.errorprone:error_prone_annotations:2.36.0",
"com.google.guava:failureaccess:1.0.1",
"com.google.guava:guava:33.3.1-android",
"com.google.guava:guava:33.4.8-android",
"com.google.re2j:re2j:1.8",
"com.google.s2a.proto.v2:s2a-proto:0.1.2",
"com.google.truth:truth:1.4.2",
Expand All @@ -41,7 +41,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
"io.perfmark:perfmark-api:0.27.0",
"junit:junit:4.13.2",
"org.checkerframework:checker-qual:3.12.0",
"org.checkerframework:checker-qual:3.49.5",
"org.codehaus.mojo:animal-sniffer-annotations:1.24",
]
# GRPC_DEPS_END
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'com.google.guava:guava:30.0-android'
classpath 'com.google.guava:guava:33.4.8-android'
}
}

Expand Down
1 change: 1 addition & 0 deletions cronet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {
libraries.cronet.api
implementation project(':grpc-core')
implementation libraries.guava
implementation 'org.checkerframework:checker-qual:3.49.5'
testImplementation project(':grpc-testing')

testImplementation libraries.cronet.embedded
Expand Down
16 changes: 16 additions & 0 deletions examples/android/clientcache/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

include ':app'
16 changes: 16 additions & 0 deletions examples/android/helloworld/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

include ':app'
16 changes: 16 additions & 0 deletions examples/android/routeguide/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

include ':app'
16 changes: 16 additions & 0 deletions examples/android/strictmode/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

include ':app'
14 changes: 14 additions & 0 deletions examples/example-alts/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}

repositories {
gradlePluginPortal()
}
Expand Down
16 changes: 16 additions & 0 deletions examples/example-debug/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

rootProject.name = 'example-debug'
14 changes: 14 additions & 0 deletions examples/example-dualstack/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}

repositories {
gradlePluginPortal()
}
Expand Down
14 changes: 14 additions & 0 deletions examples/example-gauth/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}

repositories {
gradlePluginPortal()
}
Expand Down
16 changes: 16 additions & 0 deletions examples/example-gcp-csm-observability/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

rootProject.name = 'example-gcp-csm-observability'
16 changes: 16 additions & 0 deletions examples/example-gcp-observability/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

rootProject.name = 'example-gcp-observability'
16 changes: 16 additions & 0 deletions examples/example-hostname/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

rootProject.name = 'hostname'
14 changes: 14 additions & 0 deletions examples/example-jwt-auth/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}

repositories {
gradlePluginPortal()
}
Expand Down
14 changes: 14 additions & 0 deletions examples/example-oauth/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}

repositories {
gradlePluginPortal()
}
Expand Down
16 changes: 16 additions & 0 deletions examples/example-opentelemetry/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

rootProject.name = 'example-opentelemetry'
16 changes: 16 additions & 0 deletions examples/example-orca/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

rootProject.name = 'example-orca'
16 changes: 16 additions & 0 deletions examples/example-reflection/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

rootProject.name = 'example-reflection'
14 changes: 14 additions & 0 deletions examples/example-servlet/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}

repositories {
gradlePluginPortal()
}
Expand Down
14 changes: 14 additions & 0 deletions examples/example-tls/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}

repositories {
gradlePluginPortal()
}
Expand Down
16 changes: 16 additions & 0 deletions examples/example-xds/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
pluginManagement {
// https://issuetracker.google.com/issues/342522142#comment8
// use D8/R8 8.0.44 or 8.1.44 with AGP 7.4 if needed.
buildscript {
repositories {
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath("com.android.tools:r8:8.1.44")
}
}
}

rootProject.name = 'example-xds'
Loading
Loading