@@ -13,6 +13,7 @@ androidx-activitycompose = "1.9.3"
13
13
androidx-appcompat = " 1.7.0"
14
14
androidx-ktx = " 1.15.0"
15
15
androidx-coresplashscreen = " 1.1.0-rc01"
16
+ androidx-datastore = " 1.1.1"
16
17
androidx-espresso = " 3.6.1"
17
18
androidx-lifecycle = " 2.8.7"
18
19
androidx-test = " 1.6.1"
@@ -33,7 +34,6 @@ compose-material3 = "1.3.1"
33
34
grpc = " 1.69.0"
34
35
grpc-kotlin = " 1.4.1"
35
36
grpc-kotlin-jar = " 1.4.1:jdk8@jar"
36
- grpc-protobuf = " 4.29.1"
37
37
38
38
# Koin
39
39
koin = " 4.0.0"
@@ -51,7 +51,8 @@ kotlinx = "1.9.0"
51
51
kotlinx-serialization = " 2.1.0"
52
52
53
53
# Protobuf
54
- protobuf = " 0.9.4"
54
+ protobuf-gradle-plugin = " 0.9.4"
55
+ protobuf = " 4.29.1"
55
56
56
57
# Misc
57
58
commonsvalidator = " 1.9.0"
@@ -81,6 +82,7 @@ android-volley = { module = "com.android.volley:volley", version.ref = "android-
81
82
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activitycompose" }
82
83
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-appcompat" }
83
84
androidx-coresplashscreen = { module = " androidx.core:core-splashscreen" , version.ref = " androidx-coresplashscreen" }
85
+ androidx-datastore = { module = " androidx.datastore:datastore" , version.ref = " androidx-datastore" }
84
86
androidx-espresso = { module = " androidx.test.espresso:espresso-core" , version.ref = " androidx-espresso" }
85
87
androidx-ktx = { module = " androidx.core:core-ktx" , version.ref = " androidx-ktx" }
86
88
androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " androidx-lifecycle" }
@@ -119,7 +121,9 @@ grpc-okhttp = { module = "io.grpc:grpc-okhttp", version.ref = "grpc" }
119
121
grpc-android = { module = " io.grpc:grpc-android" , version.ref = " grpc" }
120
122
grpc-kotlin-stub = { module = " io.grpc:grpc-kotlin-stub" , version.ref = " grpc-kotlin" }
121
123
grpc-protobuf-lite = { module = " io.grpc:grpc-protobuf-lite" , version.ref = " grpc" }
122
- grpc-protobuf-kotlin-lite = { module = " com.google.protobuf:protobuf-kotlin-lite" , version.ref = " grpc-protobuf" }
124
+
125
+ # Protobuf
126
+ protobuf-kotlin-lite = { module = " com.google.protobuf:protobuf-kotlin-lite" , version.ref = " protobuf" }
123
127
124
128
# Koin
125
129
koin = { module = " io.insert-koin:koin-core" , version.ref = " koin" }
@@ -177,8 +181,8 @@ kotlin-ksp = { id = "com.google.devtools.ksp", version.ref = "kotlin-ksp" }
177
181
kotlinx-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlinx-serialization" }
178
182
179
183
# Protobuf
180
- protobuf-core = { id = " com.google.protobuf" , version.ref = " protobuf" }
181
- protobuf-protoc = { id = " com.google.protobuf:protoc" , version.ref = " grpc- protobuf" }
184
+ protobuf-core = { id = " com.google.protobuf" , version.ref = " protobuf-gradle-plugin " }
185
+ protobuf-protoc = { id = " com.google.protobuf:protoc" , version.ref = " protobuf" }
182
186
183
187
# gRPC
184
188
grpc-protoc-gen-grpc-java = { id = " io.grpc:protoc-gen-grpc-java" , version.ref = " grpc" }
0 commit comments