Skip to content

Commit 7d8a398

Browse files
committed
build: bump dependencies
1 parent 02f7a94 commit 7d8a398

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22

3-
accompanist = "0.27.0"
3+
accompanist = "0.30.1"
44
androidGradlePlugin = "8.0.2"
55
camerax = "1.2.2"
66
compose = "1.4.3"
77
hilt = "2.46.1"
88
kotlin = "1.8.10"
9-
ktor = "2.3.0"
9+
ktor = "2.3.1"
1010
lifecycle = "2.6.1"
11-
protoBufJavaLite = "3.21.2"
11+
protoBufJavaLite = "3.23.2"
1212

1313
[libraries]
1414
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
@@ -62,4 +62,4 @@ kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
6262
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
6363
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
6464
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
65-
protobuf = { id = "com.google.protobuf", version = "0.9.0" }
65+
protobuf = { id = "com.google.protobuf", version = "0.9.3" }

0 commit comments

Comments
 (0)