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

Change-Id: If0ae8bae3b64e724b2d9ff012396d5941a866ce7
dt/nav-safe-args-android-dependency
Don Turner 4 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.
* * See b/340966212.
*/
@RunWith(RobolectricTestRunner::class)
//@RunWith(RobolectricTestRunner::class)
class TopicViewModelTest {
@get:Rule

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

Loading…
Cancel
Save