File tree Expand file tree Collapse file tree
adaptive/adaptive-navigation3
navigation3/navigation3-ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ androidXMultiplatform {
7272 implementation(libs. kotlinCoroutinesTest)
7373 implementation(" androidx.navigationevent:navigationevent:$navigationEventVersion " )
7474 implementation(" androidx.navigationevent:navigationevent-testing:$navigationEventVersion " )
75- implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0 " )
75+ implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.1 " )
7676 }
7777
7878 androidMain. dependencies {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ androidXMultiplatform {
4242 sourceSets {
4343 commonMain {
4444 dependencies {
45- api(" org.jetbrains.androidx.navigation:navigation-compose:2.9.1 " )
45+ api(" org.jetbrains.androidx.navigation:navigation-compose:2.9.2 " )
4646 implementation(project(" :compose:material:material" ))
4747 implementation(libs. kotlinSerializationCore)
4848 }
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ androidXMultiplatform {
6868 implementation(libs. kotlinTest)
6969 implementation(project(" :compose:ui:ui-test" ))
7070 implementation(" androidx.navigationevent:navigationevent-testing:$navigationEventVersion " )
71- implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0 " )
71+ implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.1 " )
7272 }
7373
7474 androidMain. dependencies {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ androidXMultiplatform {
5151 api(project(" :compose:material3:adaptive:adaptive-navigation" ))
5252 api(project(" :navigation3:navigation3-ui" ))
5353 implementation(" androidx.collection:collection:1.5.0" )
54- implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0 " )
54+ implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.1 " )
5555 }
5656
5757 androidMain. dependencies {
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ androidXMultiplatform {
122122 implementation(project(" :compose:runtime:runtime" ))
123123 def navigationEventVersion = project. findProperty(' artifactRedirection.version.androidx.navigationevent' )
124124 implementation(" androidx.navigationevent:navigationevent-testing:$navigationEventVersion " )
125- implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0 " )
125+ implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.1 " )
126126 }
127127 }
128128
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ androidXMultiplatform {
230230 implementation(project(" :compose:material:material" ))
231231 implementation(project(" :compose:foundation:foundation" ))
232232 implementation(project(" :compose:ui:ui-test" ))
233- implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0 " )
233+ implementation(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.1 " )
234234 }
235235 }
236236
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ androidXMultiplatform {
5454
5555 commonMain. dependencies {
5656 api(" androidx.navigation3:navigation3-runtime:$navigation3Version " )
57- api(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0 " )
57+ api(" org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.1 " )
5858 api(project(" :compose:animation:animation" ))
5959 api(project(" :compose:runtime:runtime" ))
6060 api(project(" :compose:runtime:runtime-saveable" ))
@@ -63,8 +63,8 @@ androidXMultiplatform {
6363 api(" androidx.savedstate:savedstate-compose:1.4.0" )
6464 implementation(" androidx.annotation:annotation:1.9.1" )
6565 implementation(" androidx.collection:collection:1.5.0" )
66- implementation(project( " : lifecycle:lifecycle-runtime" ) )
67- implementation(project( " : lifecycle:lifecycle-runtime-compose" ) )
66+ implementation(" org.jetbrains.androidx. lifecycle:lifecycle-runtime:2.10.0-alpha08 " )
67+ implementation(" org.jetbrains.androidx. lifecycle:lifecycle-runtime-compose:2.10.0-alpha08 " )
6868 }
6969
7070 commonTest. dependencies {
You can’t perform that action at this time.
0 commit comments