Skip to content

Commit 76c364f

Browse files
authored
Merge pull request #34 from irgaly/1.1.5
v1.1.5
2 parents b52bbcb + 10abd20 commit 76c364f

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.1.5 - 2025/10/30 JST
2+
3+
#### Improvement
4+
5+
* update: navigation3 1.0.0-beta01, CMP navigation3 1.0.0-alpha04+dev3171 [#30](https://github.com/irgaly/compose-navigation3-resultstate/pull/30)
6+
17
# v1.1.4 - 2025/10/14 JST
28

39
#### Improvement

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ Compose Multiplatform.
1313
The result values are stored into SavedState, and survive through Activity recreation or process restarting correctly.
1414
Also the saved results are tied to NavEntry's lifecycle, and cleared automatically when the receiver screen is popped out.
1515

16-
# Compatibility in Navigation3 alpha versions
17-
18-
Compose Navigation3 is still in alpha version, so use the Navigation3 version that ResultState is
19-
compatible with.
20-
21-
* ResultState 1.1.4 is compatible with [Navigation3 1.0.0-alpha11](https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha11).
22-
* ResultState 1.1.3 is compatible with [Navigation3 1.0.0-alpha10](https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha10).
23-
* ResultState 1.1.2 is compatible with [Navigation3 1.0.0-alpha09](https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha09).
24-
* ResultState 1.1.0 is compatible with [Navigation3 1.0.0-alpha08](https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha08).
25-
2616
# Supporting Platforms
2717

2818
* Supporting all platforms that Navigation3 supports.
@@ -52,7 +42,7 @@ plugins {
5242

5343
dependencies {
5444
// add ResultState dependency
55-
implementation("io.github.irgaly.navigation3.resultstate:resultstate:1.1.4")
45+
implementation("io.github.irgaly.navigation3.resultstate:resultstate:1.1.5")
5646
implementation("androidx.navigation3:navigation3-ui:...")
5747
// ...
5848
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
resultstate = "1.1.4"
2+
resultstate = "1.1.5"
33
kotlin = "2.2.20"
44
kotlinx-coroutines = "1.10.2"
55
kotlinx-serialization = "1.9.0"

0 commit comments

Comments
 (0)