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"