Update protobuf to 3.21.7

This commit is contained in:
Ryan VanderMeulen 2022-10-14 10:36:18 -04:00 committed by mergify[bot]
parent c0fbd2bd13
commit 4a118751a3
1 changed files with 1 additions and 1 deletions

View File

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