From 642bf4ba40e23bff0db9b01640d6b1de50826877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Mon, 6 Jun 2022 18:05:51 +0200 Subject: [PATCH 1/4] [CI] Collect all test reports, not just app's (#116) * Collect all test reports, not just app's * here we go... --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index d5ccb1699..8923296bd 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -114,4 +114,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: test-reports - path: app/build/reports/androidTests + path: '*/build/reports/androidTests' From 1249a67ff481b059100b210b01d3a57efaa426ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:06:21 +0200 Subject: [PATCH 2/4] Update hilt to v2.42 (#115) Co-authored-by: Renovate Bot --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c7695d6c8..14a22c05a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ androidxTestExt = "1.1.3" androidxUiAutomator = "2.2.0" androidxWork = "2.7.1" coil = "2.1.0" -hilt = "2.41" +hilt = "2.42" hiltExt = "1.0.0" jacoco = "0.8.7" junit4 = "4.13.2" From 63289f3874649ffd8ba12cbdc4b9ac20b5bf6d2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:28:06 +0200 Subject: [PATCH 3/4] Update dependency app.cash.turbine:turbine to v0.8.0 (#112) Co-authored-by: Renovate Bot --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 14a22c05a..9613df85d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ retrofitKotlinxSerializationJson = "0.8.0" room = "2.4.2" secrets = "2.0.1" spotless = "6.7.0" -turbine = "0.7.0" +turbine = "0.8.0" [libraries] accompanist-flowlayout = { group = "com.google.accompanist", name = "accompanist-flowlayout", version.ref = "accompanist" } From d1e92ef6c94c8fe96c503e1cb01f5b9ef3710ded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:28:29 +0200 Subject: [PATCH 4/4] Update dependency androidx.test.espresso:espresso-core to v3.4.0 (#110) Co-authored-by: Renovate Bot --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9613df85d..46b618c5f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidxComposeMaterial3 = "1.0.0-alpha13" androidxCore = "1.7.0" androidxCustomView = "1.0.0-beta02" androidxDataStore = "1.0.0" -androidxEspresso = "3.3.0" +androidxEspresso = "3.4.0" androidxHiltNavigationCompose = "1.0.0" androidxLifecycle = "2.5.0-rc01" androidxMacroBenchmark = "1.1.0-rc03"