Skip to content

Commit

Permalink
Merge pull request #85 from MartynasZabulionis/protobuf_version_fix
Browse files Browse the repository at this point in the history
Update protobuf version
  • Loading branch information
mono0926 authored Jun 21, 2024
2 parents 3486b6e + c62da1a commit d48c88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.5.20'
ext.protobuf_version = '0.8.18'
ext.protobuf_version = '0.9.1'
ext.protocVersion = '3.11.0'
ext.javaliteVersion = '3.11.0'
repositories {
Expand Down

0 comments on commit d48c88e

Please sign in to comment.