Skip to content

Commit 2c8dab6

Browse files
Update all dependencies
1 parent 58ca34e commit 2c8dab6

9 files changed

Lines changed: 32 additions & 41 deletions

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'gradle'
2323

2424
- name: Setup Gradle
25-
uses: gradle/actions/setup-gradle@v5
25+
uses: gradle/actions/setup-gradle@v6
2626

2727
- name: Make gradlew executable
2828
run: chmod +x ./gradlew

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
alias(libs.plugins.androidApplication)
1818
alias(libs.plugins.ksp)
1919
alias(libs.plugins.roborazzi)
20-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.20"
20+
id("org.jetbrains.kotlin.plugin.compose") version "2.4.0"
2121
id("kotlin-parcelize")
2222
kotlin("plugin.serialization")
2323
id("com.google.dagger.hilt.android")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ plugins {
88
alias(libs.plugins.androidApplication) apply false
99
alias(libs.plugins.androidLibrary) apply false
1010
alias(libs.plugins.ksp) apply false
11-
kotlin("plugin.serialization") version "2.3.20"
11+
kotlin("plugin.serialization") version "2.4.0"
1212
id("com.google.dagger.hilt.android") version "2.59.2" apply false
1313
}

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
[versions]
2-
agp = "9.1.0"
2+
agp = "9.2.1"
33
appcompatV7 = "1.7.1"
44
coilCompose = "3.4.0"
5-
foundation = "1.10.5"
5+
foundation = "1.11.2"
66
hiltAndroid = "2.59.2"
77
hiltNavigationCompose = "1.3.0"
88
ink = "1.1.0-alpha03"
9-
kotlin = "2.3.20"
10-
coreKtx = "1.18.0"
9+
kotlin = "2.4.0"
10+
coreKtx = "1.19.0"
1111
junit = "4.13.2"
1212
junitVersion = "1.3.0"
1313
espressoCore = "3.7.0"
14-
kotlinxSerializationJson = "1.10.0"
14+
kotlinxSerializationJson = "1.11.0"
1515
lifecycleRuntimeKtx = "2.10.0"
1616
activityCompose = "1.13.0"
17-
composeBom = "2026.03.00"
17+
composeBom = "2026.05.01"
1818
lifecycleViewmodelCompose = "2.10.0"
1919
lifecycleRuntimeCompose = "2.10.0"
2020
adaptiveNavigationAndroid = "1.2.0"
21-
navigationRuntimeKtx = "2.9.7"
22-
navigationCompose = "2.9.7"
23-
protobufJavalite = "4.34.0"
21+
navigationRuntimeKtx = "2.9.8"
22+
navigationCompose = "2.9.8"
23+
protobufJavalite = "4.35.0"
2424
composeColorPickerAndroid = "0.7.0"
2525
roomKtx = "2.8.4"
2626
roomRuntime = "2.8.4"
2727
windowCore = "1.5.1"
28-
ksp = "2.3.6"
28+
ksp = "2.3.9"
2929
roomCompiler = "2.8.4"
3030
material3AdaptiveNavigationSuiteAndroidVersion = "1.4.0"
3131
inputMotionprediction = "1.0.0"
3232

3333
#Tests
3434
mockito = "5.23.0"
35-
mockitoKotlin = "6.2.3"
35+
mockitoKotlin = "6.3.0"
3636
coreTesting = "2.2.0"
37-
kotlinxCoroutinesTest = "1.10.2"
37+
kotlinxCoroutinesTest = "1.11.0"
3838
turbine = "1.2.1"
3939
material3WindowSizeClass = "1.4.0"
4040
robolectric = "4.16.1"
41-
roborazzi = "1.59.0"
41+
roborazzi = "1.63.0"
4242

4343
[libraries]
4444
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

gradle/wrapper/gradle-wrapper.jar

-504 Bytes
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

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

ink-proto/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java-library")
3-
id("com.google.protobuf") version "0.9.6"
3+
id("com.google.protobuf") version "0.10.0"
44
}
55

66
java {
@@ -15,7 +15,7 @@ dependencies {
1515

1616
protobuf {
1717
protoc {
18-
artifact = "com.google.protobuf:protoc:4.34.0"
18+
artifact = "com.google.protobuf:protoc:4.35.0"
1919
}
2020

2121
generateProtoTasks {

0 commit comments

Comments
 (0)