Skip to content

Commit ff4a49a

Browse files
authored
android: fix IllegalStateException in navigation (#643)
Update to androidx.navigation 2.8.5: this fixes the NavHost exception per https://developer.android.com/jetpack/androidx/releases/navigation#2.8.5 Fixes tailscale/tailscale#15755 Signed-off-by: kari-ts <[email protected]>
1 parent 6e856b1 commit ff4a49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ dependencies {
139139
implementation "androidx.compose.animation:animation:1.7.4"
140140

141141
// Navigation dependencies.
142-
def nav_version = "2.8.2"
142+
def nav_version = "2.8.5"
143143
implementation "androidx.navigation:navigation-compose:$nav_version"
144144
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
145145

0 commit comments

Comments
 (0)