File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Also the saved results are tied to NavEntry's lifecycle, and cleared automatical
1818Compose Navigation3 is still in alpha version, so use the Navigation3 version that ResultState is
1919compatible with.
2020
21+ * ResultState 1.1.3 is compatible with [ Navigation3 1.0.0-alpha10] ( https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha10 ) .
2122* ResultState 1.1.2 is compatible with [ Navigation3 1.0.0-alpha09] ( https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha09 ) .
2223* ResultState 1.1.0 is compatible with [ Navigation3 1.0.0-alpha08] ( https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha08 ) .
2324
@@ -50,7 +51,7 @@ plugins {
5051
5152dependencies {
5253 // add ResultState dependency
53- implementation(" io.github.irgaly.navigation3.resultstate:resultstate:1.1.2 " )
54+ implementation(" io.github.irgaly.navigation3.resultstate:resultstate:1.1.3 " )
5455 implementation(" androidx.navigation3:navigation3-ui:..." )
5556 // ...
5657}
You can’t perform that action at this time.
0 commit comments