Android: Upgrade protobuf dependency to 0.10.0

This lets use set newDsl=true in gradle.properties, which makes us
complaint with future gradle versions, so no more need to worry about
that for the foreseeable future.
This commit is contained in:
Henrik Rydgård
2026-04-20 11:17:54 -06:00
parent 49648ae933
commit 3dfb34646f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
plugins { plugins {
id("com.android.application") version "9.1.1" apply false id("com.android.application") version "9.1.1" apply false
id("com.google.protobuf") version "0.9.6" apply false id("com.google.protobuf") version "0.10.0" apply false
} }
+1 -1
View File
@@ -4,4 +4,4 @@ android.nonTransitiveRClass=true
android.nonFinalResIds=true android.nonFinalResIds=true
# This suppression is only needed for the legacy build. # This suppression is only needed for the legacy build.
android.ndk.suppressMinSdkVersionError=21 android.ndk.suppressMinSdkVersionError=21
android.newDsl=false android.newDsl=true