diff --git a/.github/workflows/Fruitties.yaml b/.github/workflows/Fruitties.yaml index aedb5ae..05665c2 100644 --- a/.github/workflows/Fruitties.yaml +++ b/.github/workflows/Fruitties.yaml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up JDK 17 uses: actions/setup-java@v5 @@ -63,7 +63,7 @@ jobs: xcode-version: latest-stable - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build iOS app uses: mxcl/xcodebuild@v3 diff --git a/Fruitties/gradle/libs.versions.toml b/Fruitties/gradle/libs.versions.toml index e657919..f633729 100644 --- a/Fruitties/gradle/libs.versions.toml +++ b/Fruitties/gradle/libs.versions.toml @@ -13,25 +13,25 @@ # limitations under the License. [versions] -agp = "8.13.1" -androidx-activityCompose = "1.11.0" +agp = "8.13.2" +androidx-activityCompose = "1.12.1" androidx-paging = "3.3.6" -nav3Core = "1.0.0-rc01" -lifecycleViewmodelNav3 = "1.0.0-alpha04" +nav3Core = "1.0.0" +lifecycleViewmodelNav3 = "2.10.0" kotlinxSerializationCore = "1.9.0" -androidx-room = "2.8.3" -androidx-lifecycle = "2.9.4" +androidx-room = "2.8.4" +androidx-lifecycle = "2.10.0" atomicfu = "0.29.0" -composeBom = "2025.11.00" -dataStore = "1.1.7" +composeBom = "2025.12.00" +dataStore = "1.2.0" kotlin = "2.2.21" kotlinx-coroutines = "1.10.2" kotlinxDatetime = "0.7.1-0.6.x-compat" ksp = "2.3.3" -ktorVersion = "3.3.2" +ktorVersion = "3.3.3" pagingComposeAndroid = "3.3.6" skie = "0.10.8" -sqlite = "2.6.1" +sqlite = "2.6.2" spotless = "8.1.0" okio = "3.16.4" kermit = "2.0.8"