Update protobuf to latest release.

This commit is contained in:
Ryan VanderMeulen 2022-09-16 10:14:03 -04:00 committed by mergify[bot]
parent 7b5ee112b4
commit de14a20fae
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import org.mozilla.fenix.gradle.tasks.ApkSizeTask
plugins {
id "com.jetbrains.python.envs" version "0.0.26"
id "com.google.protobuf" version "0.8.17"
id "com.google.protobuf" version "0.8.19"
}
apply plugin: 'com.android.application'

View File

@ -59,7 +59,7 @@ object Versions {
const val google_play_store_version = "1.8.0"
const val protobuf = "3.11.4" // keep in sync with the version used in AS.
const val protobuf = "3.21.6" // keep in sync with the version used in AS.
}
@Suppress("unused")