File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
protolite-well-known-types Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# IMPORTANT (b/285892320) Keep version and latestReleasedVersion in sync
2
2
# unless you are releasing a new version of the library to prevent issues
3
3
# with transitive dependencies.
4
- version =18.0.0
4
+ version =18.0.1
5
5
latestReleasedVersion =18.0.0
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ firebaseLibrary {
26
26
27
27
protobuf {
28
28
protoc {
29
- artifact = " com.google.protobuf:protoc:3.21.11 "
29
+ artifact = " com.google.protobuf:protoc:3.25.5 "
30
30
}
31
31
generateProtoTasks {
32
32
all(). each { task ->
@@ -68,5 +68,5 @@ dependencies {
68
68
exclude group : " com.google.protobuf" , module : " protobuf-java"
69
69
}
70
70
71
- implementation " com.google.protobuf:protobuf-javalite:3.21.11 "
71
+ implementation " com.google.protobuf:protobuf-javalite:3.25.5 "
72
72
}
You can’t perform that action at this time.
0 commit comments