Update protobuf dependencies

This commit is contained in:
José Rebelo 2024-04-15 22:04:43 +01:00
parent 84070dd0ba
commit bf01d9b346
2 changed files with 3 additions and 3 deletions

View File

@ -252,7 +252,7 @@ dependencies {
implementation 'com.jaredrummler:colorpicker:1.0.2'
// implementation project(":DaoCore")
implementation 'com.github.wax911:android-emojify:0.1.7'
implementation 'com.google.protobuf:protobuf-javalite:3.21.7'
implementation 'com.google.protobuf:protobuf-javalite:3.25.3'
implementation 'com.android.volley:volley:1.2.1'
// Bouncy Castle is included directly in GB, to avoid pulling the entire dependency
@ -371,7 +371,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated)
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.21.7'
artifact = 'com.google.protobuf:protoc:3.25.3'
}
generateProtoTasks {
all().each { task ->

View File

@ -12,7 +12,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.17'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}