Skip to content

Commit 362e237

Browse files
authored
Merge pull request #5 from android/renovate/end-all
Update all dependencies (end)
2 parents c939fb3 + e553353 commit 362e237

10 files changed

Lines changed: 389 additions & 320 deletions

File tree

get-started/gradle/libs.versions.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@
1616
min-sdk = "26"
1717
target-sdk = "35"
1818
compile-sdk = "35"
19-
agp = "8.9.0-alpha09"
20-
androidx-activityCompose = "1.10.0"
19+
agp = "8.10.0"
20+
androidx-activityCompose = "1.10.1"
2121
androidx-room = "2.6.1"
2222
androidx-lifecycle = "2.8.7"
23-
kotlin = "2.1.0"
24-
kotlinx-coroutines = "1.10.1"
25-
spotless = "7.0.2"
26-
composeBom = "2025.01.00"
23+
kotlin = "2.1.10"
24+
kotlinx-coroutines = "1.10.2"
25+
spotless = "7.0.3"
26+
composeBom = "2025.04.01"
2727
ktlint = "1.3.1"
28-
kotlinStdlib = "2.1.0"
29-
kotlinTest = "2.1.0"
3028
runner = "1.6.2"
3129
core = "1.6.1"
3230
junit = "1.2.1"
@@ -44,8 +42,8 @@ compose-material3 = { module = "androidx.compose.material3:material3" }
4442
## Compose BOM End ##
4543

4644
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
47-
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlinStdlib" }
48-
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlinTest" }
45+
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" }
46+
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
4947
androidx-runner = { group = "androidx.test", name = "runner", version.ref = "runner" }
5048
androidx-core = { group = "androidx.test", name = "core", version.ref = "core" }
5149
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junit" }
-15.1 KB
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Mon Jan 20 22:29:08 CET 2025
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

get-started/gradlew

Lines changed: 176 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)