Skip to content

Commit f152fcb

Browse files
Update all dependencies
1 parent 3b6dd92 commit f152fcb

5 files changed

Lines changed: 15 additions & 15 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.3.21"
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.3.21"
1212
id("com.google.dagger.hilt.android") version "2.59.2" apply false
1313
}

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
[versions]
2-
agp = "9.1.0"
2+
agp = "9.2.0"
33
appcompatV7 = "1.7.1"
44
coilCompose = "3.4.0"
5-
foundation = "1.10.5"
5+
foundation = "1.11.0"
66
hiltAndroid = "2.59.2"
77
hiltNavigationCompose = "1.3.0"
88
ink = "1.0.0"
9-
kotlin = "2.3.20"
9+
kotlin = "2.3.21"
1010
coreKtx = "1.18.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.04.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.34.1"
2424
roomKtx = "2.8.4"
2525
roomRuntime = "2.8.4"
2626
windowCore = "1.5.1"
27-
ksp = "2.3.6"
27+
ksp = "2.3.7"
2828
roomCompiler = "2.8.4"
2929
material3AdaptiveNavigationSuiteAndroidVersion = "1.4.0"
3030
inputMotionprediction = "1.0.0"
@@ -37,7 +37,7 @@ kotlinxCoroutinesTest = "1.10.2"
3737
turbine = "1.2.1"
3838
material3WindowSizeClass = "1.4.0"
3939
robolectric = "4.16.1"
40-
roborazzi = "1.59.0"
40+
roborazzi = "1.60.0"
4141

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

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:3.19.4"
18+
artifact = "com.google.protobuf:protoc:4.34.1"
1919
}
2020

2121
generateProtoTasks {

0 commit comments

Comments
 (0)