Skip to content

Commit 10e39f6

Browse files
committed
Update dependencies
Gradle 8.11.1, Kotlin 2.0.21
1 parent c0acd02 commit 10e39f6

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/fdroid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020

2121
jobs:
2222
fdroid-build:
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
container: registry.gitlab.com/fdroid/fdroidserver:buildserver-bookworm
2525
strategy:
2626
matrix:

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
submodules: recursive
22-
- uses: cachix/install-nix-action@v29
22+
- uses: cachix/install-nix-action@v30
2323
with:
2424
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2525
- uses: cachix/cachix-action@v15

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
androidGradlePlugin = "8.7.2"
3-
androidDesugarJDKLibs = "2.1.2"
4-
kotlin = "2.0.20"
5-
ksp = "2.0.20-1.0.25"
3+
androidDesugarJDKLibs = "2.1.3"
4+
kotlin = "2.0.21"
5+
ksp = "2.0.21-1.0.28"
66
lifecycle = "2.8.7"
7-
navigation = "2.8.3"
7+
navigation = "2.8.4"
88
room = "2.6.1"
99
splitties = "3.0.0"
1010
aboutlibraries = "11.2.3"
@@ -14,7 +14,7 @@ android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", ver
1414
android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJDKLibs" }
1515
kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
1616
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.9.0" }
17-
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" }
17+
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" }
1818
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.9.3" }
1919
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
2020
androidx-autofill = { module = "androidx.autofill:autofill", version = "1.1.0" }
@@ -28,7 +28,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java
2828
androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycle" }
2929
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }
3030
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigation" }
31-
androidx-paging = { module = "androidx.paging:paging-runtime-ktx", version = "3.3.2" }
31+
androidx-paging = { module = "androidx.paging:paging-runtime-ktx", version = "3.3.4" }
3232
androidx-preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" }
3333
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
3434
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
@@ -58,7 +58,7 @@ junit = { module = "junit:junit", version = "4.13.2" }
5858
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" }
5959
androidx-test-rules = { module = "androidx.test:rules", version = "1.6.1" }
6060
androidx-lifecycle-testing = { module = "androidx.lifecycle:lifecycle-runtime-testing", version.ref = "lifecycle" }
61-
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.18.1" }
61+
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.0.0" }
6262
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
6363

6464
[plugins]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Oct 02 14:34:18 CST 2024
1+
#Sat Nov 23 02:51:12 CST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)