Skip to content

Commit 73f2d29

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-java to v4.33.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33b7f70 commit 73f2d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ dependencies {
187187
implementation 'com.google.firebase:firebase-crashlytics:20.0.3'
188188
}
189189
//Protobuf
190-
implementation 'com.google.protobuf:protobuf-java:4.33.2'
190+
implementation 'com.google.protobuf:protobuf-java:4.33.4'
191191
}
192192
// fix different protobuf versions of gplayapi and firebase
193193
configurations.all {

0 commit comments

Comments
 (0)