Skip to content

Commit

Permalink
Update all dependencies (#2107)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Mend Renovate <bot@renovateapp.com>
  • Loading branch information
yschimke and renovate-bot authored Mar 11, 2024
1 parent bd99f1a commit 3fe51a9
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Run tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
java-version: 17

- name: Unit Tests
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
id: screenshotsverify
continue-on-error: true
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
java-version: 17

- name: Compile tests
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: compileDebugAndroidTestSources

Expand All @@ -121,27 +121,27 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Check GIT lfs images
run: |
./scripts/git-lfs-check.sh
- name: Metalava compatibility check
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: --stacktrace
metalavaCheckCompatibility metalavaCheckCompatibilityRelease

- name: Code analysis
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: --stacktrace
spotlessCheck
lintDebug

- name: Dependencies analysis
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
if: ${{ false }} # Disabled until -android supported https://github.com/google/horologist/issues/1314
with:
arguments: --stacktrace
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fixup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: 17

- name: Reformat
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: spotlessApply

Expand All @@ -35,7 +35,7 @@ jobs:
commit_message: "🤖 reformat"

- name: Generate APIs
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: metalavaGenerateSignature metalavaGenerateSignatureDebug

Expand All @@ -47,7 +47,7 @@ jobs:
commit_message: "🤖 metalava"

- name: Repair screenshots
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: testDebug -P screenshot.record=repair

Expand Down
4 changes: 2 additions & 2 deletions ai/sample/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.2"
artifact = "com.google.protobuf:protoc:3.25.3"
}
plugins {
create("javalite") {
artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0"
}
create("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.62.2"
}
create("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar"
Expand Down
4 changes: 2 additions & 2 deletions auth/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.2"
artifact = "com.google.protobuf:protoc:3.25.3"
}
plugins {
create("javalite") {
artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0"
}
create("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.62.2"
}
create("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar"
Expand Down
2 changes: 1 addition & 1 deletion datalayer/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.2"
artifact = "com.google.protobuf:protoc:3.25.3"
}
plugins {
id("javalite") {
Expand Down
4 changes: 2 additions & 2 deletions datalayer/grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ project.tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().config

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.2"
artifact = "com.google.protobuf:protoc:3.25.3"
}
plugins {
create("javalite") {
artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0"
}
create("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.62.2"
}
create("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar"
Expand Down
4 changes: 2 additions & 2 deletions datalayer/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.2"
artifact = "com.google.protobuf:protoc:3.25.3"
}
plugins {
create("javalite") {
artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0"
}
create("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.62.2"
}
create("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar"
Expand Down
2 changes: 1 addition & 1 deletion datalayer/sample/wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sourceSets {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.2"
artifact = "com.google.protobuf:protoc:3.25.3"
}
plugins {
id("javalite") {
Expand Down
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ androidxWork = "2.9.0"
androidxprotolayout = "1.1.0"
androidxtiles = "1.3.0"
annotation = "1.0.1"
app-cash-turbine = "1.0.0"
app-cash-turbine = "1.1.0"
com-squareup-okhttp3 = "4.12.0"
com-squareup-retrofit2 = "2.9.0"
compose = "1.7.0-alpha04"
compose-compiler = "1.5.9"
compose-material3 = "1.3.0-alpha02"
composesnapshot = "-"
dependencyAnalysis = "1.28.0"
dokka = "1.9.10"
googledagger = "2.50"
dependencyAnalysis = "1.30.0"
dokka = "1.9.20"
googledagger = "2.51"
gradlePlugin = "8.2.2"
gradlePublishPlugin = "0.27.0"
io-coil-kt = "2.5.0"
io-coil-kt = "2.6.0"
junit = "4.13.2"
kotlin = "1.9.22"
kotlinxCoroutine = "1.8.0"
Expand All @@ -51,13 +51,13 @@ moshi = "1.15.1"
okio = "3.8.0"
org-robolectric = "4.11.1"
playServicesAuth = "21.0.0"
protobuf = "3.25.2"
protobuf = "3.25.3"
room = "2.6.1"
runtimeTracing = "1.0.0-beta01"
snapshot-android = "1.0.4"
spotless = "6.25.0"
tiles-tooling-preview = "1.3.0"
truth = "1.4.0"
truth = "1.4.2"
wearcompose = "1.4.0-alpha04"
wearToolingPreview = "1.0.0"
appcompat = "1.6.1"
Expand Down Expand Up @@ -171,10 +171,10 @@ gradleMavenPublishPlugin = { module = "com.vanniktech:gradle-maven-publish-plugi
hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
hilt-ext-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }
hilt-navigationcompose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.61.1"
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.62.2"
io-grpc-grpc-kotlin = "io.grpc:grpc-kotlin-stub:1.4.1"
io-grpc-grpc-android = "io.grpc:grpc-android:1.61.1"
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.61.1"
io-grpc-grpc-android = "io.grpc:grpc-android:1.62.2"
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.62.2"
google-generativeai = "com.google.ai.client.generativeai:generativeai:0.2.1"
junit = { module = "junit:junit", version.ref = "junit" }
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand All @@ -185,7 +185,7 @@ kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-c
kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinxCoroutine" }
kotlinx-coroutines-playservices = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "kotlinxCoroutine" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutine" }
lottie-compose = "com.airbnb.android:lottie-compose:6.3.0"
lottie-compose = "com.airbnb.android:lottie-compose:6.4.0"
mikepenz-markdown = "com.mikepenz:multiplatform-markdown-renderer:0.12.0"
moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
moshi-adapters = { module = "com.squareup.moshi:moshi-adapters", version.ref = "moshi" }
Expand Down
2 changes: 1 addition & 1 deletion media/sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.2"
artifact = "com.google.protobuf:protoc:3.25.3"
}
plugins {
id("javalite") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ abstract class BaseContainerTest {
var hiltRule = HiltAndroidRule(this)

@Inject
protected lateinit var audioOffloadManager: AudioOffloadManager
lateinit var audioOffloadManager: AudioOffloadManager

@Inject
protected lateinit var audioOutputRepository: SystemAudioRepository
lateinit var audioOutputRepository: SystemAudioRepository

@Inject
protected lateinit var notificationManager: NotificationManager
lateinit var notificationManager: NotificationManager

@Inject
protected lateinit var downloadCache: Cache
lateinit var downloadCache: Cache

@Inject
protected lateinit var appConfig: AppConfig
lateinit var appConfig: AppConfig

protected lateinit var device: UiDevice

Expand Down

0 comments on commit 3fe51a9

Please sign in to comment.