Update navigation to 2.8.0-beta04, remove Robolectric to reproduce test failures

Change-Id: If0ae8bae3b64e724b2d9ff012396d5941a866ce7
dt/nav-safe-args-android-dependency
Don Turner 6 months ago
parent ec71b2a07e
commit ee4aad925f

@ -52,7 +52,7 @@ import kotlin.test.assertIs
* TODO: Remove Robolectric if/when AndroidX Navigation API is updated to remove Android dependency. * TODO: Remove Robolectric if/when AndroidX Navigation API is updated to remove Android dependency.
* * See b/340966212. * * See b/340966212.
*/ */
@RunWith(RobolectricTestRunner::class) //@RunWith(RobolectricTestRunner::class)
class TopicViewModelTest { class TopicViewModelTest {
@get:Rule @get:Rule

@ -21,7 +21,7 @@ androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.7.0" androidxLifecycle = "2.7.0"
androidxMacroBenchmark = "1.2.4" androidxMacroBenchmark = "1.2.4"
androidxMetrics = "1.0.0-alpha04" androidxMetrics = "1.0.0-alpha04"
androidxNavigation = "2.8.0-beta01" androidxNavigation = "2.8.0-beta04"
androidxProfileinstaller = "1.3.1" androidxProfileinstaller = "1.3.1"
androidxTestCore = "1.5.0" androidxTestCore = "1.5.0"
androidxTestExt = "1.1.5" androidxTestExt = "1.1.5"

Loading…
Cancel
Save