Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8910721

Browse filesBrowse files
committed
Update dependencies
Build tools 35.0.1 AGP 8.8.2 Kotlin 2.1.10
1 parent fe5733a commit 8910721
Copy full SHA for 8910721

File tree

Expand file treeCollapse file tree

2 files changed

+14
-14
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+14
-14
lines changed

‎build-logic/convention/src/main/kotlin/Versions.kt

Copy file name to clipboardExpand all lines: build-logic/convention/src/main/kotlin/Versions.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Versions {
1414

1515
const val defaultCMake = "3.22.1"
1616
const val defaultNDK = "25.2.9519653"
17-
const val defaultBuildTools = "35.0.0"
17+
const val defaultBuildTools = "35.0.1"
1818

1919
// NOTE: increase this value to bump version code
2020
const val baseVersionCode = 8

‎gradle/libs.versions.toml

Copy file name to clipboardExpand all lines: gradle/libs.versions.toml
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
2-
androidGradlePlugin = "8.8.0"
3-
kotlin = "2.1.0"
4-
ksp = "2.1.0-1.0.29"
2+
androidGradlePlugin = "8.8.2"
3+
kotlin = "2.1.10"
4+
ksp = "2.1.10-1.0.31"
55
lifecycle = "2.8.7"
6-
navigation = "2.8.5"
6+
navigation = "2.8.8"
77
room = "2.6.1"
88
splitties = "3.0.0"
9-
aboutlibraries = "11.2.3"
10-
arrow = "2.0.0"
9+
aboutlibraries = "11.6.3"
10+
arrow = "2.0.1"
1111

1212
[libraries]
1313
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
14-
android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.1.4" }
14+
android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.1.5" }
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.10.1" }
17-
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" }
18-
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.10.0" }
17+
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.8.0" }
18+
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.10.1" }
1919
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
2020
androidx-autofill = { module = "androidx.autofill:autofill", version = "1.1.0" }
21-
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" }
22-
androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.2.0" }
21+
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
22+
androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.3.0" }
2323
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.15.0" }
2424
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
2525
androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
@@ -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.5" }
31+
androidx-paging = { module = "androidx.paging:paging-runtime-ktx", version = "3.3.6" }
3232
androidx-preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" }
3333
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
3434
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
@@ -59,7 +59,7 @@ junit = { module = "junit:junit", version = "4.13.2" }
5959
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" }
6060
androidx-test-rules = { module = "androidx.test:rules", version = "1.6.1" }
6161
androidx-lifecycle-testing = { module = "androidx.lifecycle:lifecycle-runtime-testing", version.ref = "lifecycle" }
62-
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.0.0" }
62+
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.1.0" }
6363
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
6464

6565
[plugins]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.