11[versions ]
2- androidPlugin = " 8.13.2 "
3- kotlinPlugin = " 2.2.21 "
4- sentryPlugin = " 5.12.2 "
5- openapiPlugin = " 7.17 .0"
6- protobufPlugin = " 0.9.5 "
7- kspPlugin = " 2.3.3 "
2+ androidPlugin = " 9.0.1 "
3+ kotlinPlugin = " 2.3.10 "
4+ sentryPlugin = " 6.1.0 "
5+ openapiPlugin = " 7.20 .0"
6+ protobufPlugin = " 0.9.6 "
7+ kspPlugin = " 2.3.6 "
88googlePlugin = " 4.4.4"
9- androidxComposeBom = " 2025.12 .00"
10- androidxActivity = " 1.12.1 "
11- androidxComposeAnimation = " 1.10.0 "
9+ androidxComposeBom = " 2026.02 .00"
10+ androidxActivity = " 1.12.4 "
11+ androidxComposeAnimation = " 1.10.3 "
1212androidxComposeMaterialAdaptive = " 1.2.0"
1313androidxCoordinatorLayout = " 1.3.0"
1414androidxCore = " 1.17.0"
@@ -19,31 +19,31 @@ androidxFragment = "1.8.9"
1919androidxHilt = " 1.3.0"
2020androidxJunit = " 1.3.0"
2121androidxLifecycle = " 2.10.0"
22- androidxNavigation = " 2.9.6 "
23- androidxPaging = " 3.3.6 "
22+ androidxNavigation = " 2.9.7 "
23+ androidxPaging = " 3.4.1 "
2424androidxPreference = " 1.2.1"
2525androidxRecyclerView = " 1.4.0"
2626androidxRecyclerViewSelection = " 1.2.0"
2727androidxSwipeRefreshLayout = " 1.2.0"
28- androidxWork = " 2.11.0 "
28+ androidxWork = " 2.11.1 "
2929coilCompose = " 2.7.0"
3030conscrypt = " 2.5.3"
3131desugar = " 2.1.5"
32- firebaseBom = " 34.7 .0"
32+ firebaseBom = " 34.9 .0"
3333firebaseMessaging = " 24.1.2"
3434glide = " 5.0.5"
35- grpc = " 1.77 .0"
35+ grpc = " 1.79 .0"
3636grpcKotlinStub = " 1.5.0"
3737grpcProtocKotlin = " 1.5.0:jdk8@jar"
38- hilt = " 2.57.2 "
38+ hilt = " 2.59.1 "
3939junit = " 4.13.2"
4040kotlinxCouroutines = " 1.10.2"
41- kotlinxSerialization = " 1.9 .0"
41+ kotlinxSerialization = " 1.10 .0"
4242material = " 1.13.0"
4343moshi = " 1.15.2"
4444okhttp = " 5.3.2"
45- playServicesBase = " 18.9 .0"
46- protobuf = " 4.33.2 "
45+ playServicesBase = " 18.10 .0"
46+ protobuf = " 4.33.5 "
4747retrofit = " 3.0.0"
4848
4949[libraries ]
@@ -89,7 +89,7 @@ glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "gl
8989glide-okhttp = { group = " com.github.bumptech.glide" , name = " okhttp3-integration" , version.ref = " glide" }
9090glide-compiler = { group = " com.github.bumptech.glide" , name = " ksp" , version.ref = " glide" }
9191grpc-okhttp = { group = " io.grpc" , name = " grpc-okhttp" , version.ref = " grpc" }
92- grpc-protobuf = { group = " io.grpc" , name = " grpc-protobuf" , version.ref = " grpc" }
92+ grpc-protobuf = { group = " io.grpc" , name = " grpc-protobuf-lite " , version.ref = " grpc" }
9393grpc-protoc-java = { group = " io.grpc" , name = " protoc-gen-grpc-java" , version.ref = " grpc" }
9494grpc-protoc-kotlin = { group = " io.grpc" , name = " protoc-gen-grpc-kotlin" , version.ref = " grpcProtocKotlin" }
9595grpc-stub = { group = " io.grpc" , name = " grpc-stub" , version.ref = " grpc" }
@@ -107,16 +107,14 @@ moshi-adapters = { group = "com.squareup.moshi", name = "moshi-adapters", versio
107107moshi-compiler = { group = " com.squareup.moshi" , name = " moshi-kotlin-codegen" , version.ref = " moshi" }
108108okhttp-logging-interceptor = { group = " com.squareup.okhttp3" , name = " logging-interceptor" , version.ref = " okhttp" }
109109play-services-base = { group = " com.google.android.gms" , name = " play-services-base" , version.ref = " playServicesBase" }
110- protobuf-java = { group = " com.google.protobuf" , name = " protobuf-java" , version.ref = " protobuf" }
111- protobuf-kotlin = { group = " com.google.protobuf" , name = " protobuf-kotlin" , version.ref = " protobuf" }
110+ protobuf-kotlin = { group = " com.google.protobuf" , name = " protobuf-kotlin-lite" , version.ref = " protobuf" }
112111protobuf-protoc = { group = " com.google.protobuf" , name = " protoc" , version.ref = " protobuf" }
113112retrofit = { group = " com.squareup.retrofit2" , name = " retrofit" , version.ref = " retrofit" }
114113retrofit-converter-moshi = { group = " com.squareup.retrofit2" , name = " converter-moshi" , version.ref = " retrofit" }
115114retrofit-converter-scalars = { group = " com.squareup.retrofit2" , name = " converter-scalars" , version.ref = " retrofit" }
116115
117116[plugins ]
118117android = { id = " com.android.application" , version.ref = " androidPlugin" }
119- kotlin = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlinPlugin" }
120118kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlinPlugin" }
121119kotlin-parcelize = { id = " org.jetbrains.kotlin.plugin.parcelize" , version.ref = " kotlinPlugin" }
122120hilt = { id = " com.google.dagger.hilt.android" , version.ref = " hilt" }
0 commit comments