From 4a1e75e27e978f9f96a71c43446dd7bce68a7632 Mon Sep 17 00:00:00 2001 From: Ian Lake Date: Wed, 27 Oct 2021 12:24:39 -0700 Subject: [PATCH] Update to Navigation 2.4.0-beta01 Update the version of Navigation specifically in the compose-1.0 branch to ensure it remains compatible with future versions of Navigation. Fixes #817 --- 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 2ca91d39a..01d8c5ce3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ okhttp = "3.12.13" coil = "1.3.2" androidxtest = "1.4.0" -androidxnavigation = "2.4.0-alpha10" +androidxnavigation = "2.4.0-beta01" [libraries] compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }