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' diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c7695d6c8..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" @@ -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" @@ -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" }