From 9df39eb7a79ba04ac307e829958569d7189504da Mon Sep 17 00:00:00 2001 From: David Perez Date: Mon, 20 Apr 2026 10:28:02 -0500 Subject: [PATCH] chore: Update to latest Protobuf plugin and start using new DSL (#6811) --- gradle.properties | 1 - gradle/libs.versions.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 192341a59b..d5598097c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,4 @@ android.experimental.enableTestFixturesKotlinSupport=true -android.newDsl=false kotlin.code.style=official kotlin.compilerArgs=-Xjspecify-annotations=strict, -Xtype-enhancement-improvements-strict-mode diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 57c3dfd1c9..03138301c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ googleBilling = "8.3.0" googleMlkitTextRecognition = "16.0.1" googleGuava = "33.5.0-jre" googleProtoBufJava = "4.34.1" -googleProtoBufPlugin = "0.9.6" +googleProtoBufPlugin = "0.10.0" googleServices = "4.4.4" googleReview = "2.0.2" hilt = "2.59.2"