Skip to content

Commit 16af647

Browse files
committed
chore: update dependencies
targetSdk 35 AGP 8.11.0 Kotlin 2.2.0
1 parent 89d2001 commit 16af647

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
defaultConfig {
2626
applicationId = "com.osfans.trime"
2727
minSdk = 21
28-
targetSdk = 34
28+
targetSdk = 35
2929
versionCode = 20250901
3030
versionName = "3.3.6"
3131

gradle/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[versions]
2-
androidGradlePlugin = "8.8.0"
3-
kotlin = "2.1.0"
4-
ksp = "2.1.0-1.0.29"
2+
androidGradlePlugin = "8.11.0"
3+
kotlin = "2.2.0"
4+
ksp = "2.2.0-2.0.2"
55
navigation = "2.8.5"
6-
room = "2.6.1"
6+
room = "2.7.2"
77
splitties = "3.0.0"
8-
aboutlibraries = "11.2.3"
8+
aboutlibraries = "12.2.3"
99
kotest = "5.8.0"
10-
kotlin-inject = "0.7.2"
10+
kotlin-inject = "0.8.0"
1111

1212
[libraries]
1313
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
1414
kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
15-
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.10.1" }
16-
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" }
17-
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.10.0" }
18-
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
19-
androidx-autofill = { module = "androidx.autofill:autofill", version ="1.1.0"}
15+
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.10.2" }
16+
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.8.1" }
17+
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.10.1" }
18+
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
19+
androidx-autofill = { module = "androidx.autofill:autofill", version ="1.3.0"}
2020
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" }
2121
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.15.0" }
2222
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }
@@ -30,8 +30,8 @@ androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
3030
androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version = "1.1.0" }
3131
androidx-work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version = "2.9.1" }
3232
flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0" }
33-
bravh = { module = "io.github.cymchad:BaseRecyclerViewAdapterHelper4", version = "4.1.4" }
34-
kaml = { module = "com.charleskorn.kaml:kaml", version = "0.70.0" }
33+
bravh = { module = "io.github.cymchad:BaseRecyclerViewAdapterHelper4", version = "4.1.7" }
34+
kaml = { module = "com.charleskorn.kaml:kaml", version = "0.83.0" }
3535
timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
3636
xxpermissions = { module = "com.github.getActivity:XXPermissions", version = "18.5" }
3737
kotlin-inject-compiler = { module = "me.tatarka.inject:kotlin-inject-compiler-ksp", version.ref = "kotlin-inject" }
@@ -45,7 +45,7 @@ splitties-views-dsl-recyclerview = { module = "com.louiscad.splitties:splitties-
4545
splitties-views-recyclerview = { module = "com.louiscad.splitties:splitties-views-recyclerview", version.ref = "splitties" }
4646
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutlibraries" }
4747
junit = { module = "junit:junit", version = "4.13.2" }
48-
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.0.0" }
48+
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.2.0" }
4949
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
5050
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
5151
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }

0 commit comments

Comments
 (0)