Skip to content

Commit ea00618

Browse files
committed
Downgrade well known types
Lets see if this breaks smoke tests. The fact that the version number wasn't bumped might cause false positives, plus we have a bunch of exceptions on well known types anyways that could cause that too.
1 parent 96ddf0c commit ea00618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protolite-well-known-types/protolite-well-known-types.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ firebaseLibrary {
2626

2727
protobuf {
2828
protoc {
29-
artifact = libs.protoc.get().toString()
29+
artifact = "com.google.protobuf:protoc:3.21.11"
3030
}
3131
generateProtoTasks {
3232
all().each { task ->
@@ -68,5 +68,5 @@ dependencies {
6868
exclude group: "com.google.protobuf", module: "protobuf-java"
6969
}
7070

71-
implementation libs.protobuf.java.lite
71+
implementation "com.google.protobuf:protobuf-javalite:3.21.11"
7272
}

0 commit comments

Comments
 (0)