Skip to content

Commit b7fb922

Browse files
committed
update README;md: v1.1.3
1 parent c048c14 commit b7fb922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Also the saved results are tied to NavEntry's lifecycle, and cleared automatical
1818
Compose Navigation3 is still in alpha version, so use the Navigation3 version that ResultState is
1919
compatible 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

5152
dependencies {
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
}

0 commit comments

Comments
 (0)