File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - name : set up JDK 17
13- uses : actions/setup-java@v3
13+ uses : actions/setup-java@v4
1414 with :
1515 distribution : ' zulu'
1616 java-version : 17
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ dependencies {
7171 androidTestImplementation(libs.androidx.compose.ui.test.junit)
7272 debugImplementation(libs.androidx.compose.ui.test.manifest)
7373
74- testImplementation(" androidx.test:core:1.5.0 " )
75- testImplementation(" org.robolectric:robolectric:4.11.1 " )
76- androidTestImplementation(" androidx.test:runner:1.5 .2" )
74+ testImplementation(" androidx.test:core:1.6.1 " )
75+ testImplementation(" org.robolectric:robolectric:4.13 " )
76+ androidTestImplementation(" androidx.test:runner:1.6 .2" )
7777
7878 implementation(project(" :shared" ))
7979}
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.0.20 "
3- ksp = " 2.0.20 -1.0.25"
2+ kotlin = " 2.0.21 "
3+ ksp = " 2.0.21 -1.0.25"
44kotlinx-coroutines = " 1.9.0"
55
6- androidGradlePlugin = " 8.7.0 "
6+ androidGradlePlugin = " 8.7.1 "
77koin = " 4.0.0"
88koinCompose = " 4.0.0"
9- apollo = " 4.0.0 "
10- kmpNativeCoroutines = " 1.0.0-ALPHA-35 "
11- kmpObservableViewModel = " 1.0.0-BETA-5 "
9+ apollo = " 4.0.1 "
10+ kmpNativeCoroutines = " 1.0.0-ALPHA-37 "
11+ kmpObservableViewModel = " 1.0.0-BETA-7 "
1212
13- androidxActivity = " 1.9.2 "
14- androidxComposeBom = " 2024.09.03 "
13+ androidxActivity = " 1.9.3 "
14+ androidxComposeBom = " 2024.10.00 "
1515androidxPaging = " 3.3.2"
16- androidxNavigationCompose = " 2.8.2 "
16+ androidxNavigationCompose = " 2.8.3 "
1717accompanist = " 0.30.1"
1818coilCompose = " 2.7.0"
1919
You can’t perform that action at this time.
0 commit comments