File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
protolite-well-known-types Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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.25.5 "
29
+ artifact = libs . protoc. get() . toString()
30
30
}
31
31
generateProtoTasks {
32
32
all(). each { task ->
@@ -41,6 +41,7 @@ protobuf {
41
41
}
42
42
}
43
43
}
44
+
44
45
android {
45
46
namespace " firebase.com.protolitewrapper"
46
47
compileSdkVersion project. compileSdkVersion
@@ -64,9 +65,9 @@ android {
64
65
65
66
66
67
dependencies {
67
- protobuf(" com.google.api.grpc: proto- google- common-protos:1.18.0 " ){
68
+ protobuf(libs . proto. google. common. protos ){
68
69
exclude group : " com.google.protobuf" , module : " protobuf-java"
69
70
}
70
71
71
- implementation " com.google. protobuf:protobuf-javalite:3.25.5 "
72
+ implementation libs . protobuf. java . lite
72
73
}
You can’t perform that action at this time.
0 commit comments