From b477b794fb17aeece0534831cdb675cb869d6894 Mon Sep 17 00:00:00 2001 From: blue928sky Date: Sun, 19 Jul 2026 13:57:45 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B0chore:=20update=20gradle=20properti?= =?UTF-8?q?es=20and=20oss=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6b1f4e806b598ec2183df6df75f8b93cf50b4a36 --- gradle.properties | 10 +++++----- gradle/libs.versions.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 33e5ba0c2..2e02da149 100644 --- a/gradle.properties +++ b/gradle.properties @@ -40,10 +40,10 @@ org.gradle.caching=true # Enable configuration caching between builds. org.gradle.configuration-cache=true org.gradle.configuration-cache.parallel=true -# This option is set because of https://github.com/google/play-services-plugins/issues/246 -# to generate the Configuration Cache regardless of incompatible tasks. -# See https://github.com/android/nowinandroid/issues/1022 before using it. -org.gradle.configuration-cache.problems=warn +org.gradle.configuration-cache.problems=fail + +# Enabled parallel sync for Gradle 9.4+ +org.gradle.tooling.parallel=true # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app"s APK @@ -64,4 +64,4 @@ roborazzi.test.verify=true # https://issuetracker.google.com/issues/295039976 android.injected.androidTest.leaveApksInstalledAfterRun=true -ksp.project.isolation.enabled=true \ No newline at end of file +ksp.project.isolation.enabled=true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 16123b7f6..2ac234ce6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ firebaseCrashlyticsPlugin = "3.0.6" firebasePerfPlugin = "2.0.2" gmsPlugin = "4.4.4" googleOss = "17.1.0" -googleOssPlugin = "0.10.9" +googleOssPlugin = "0.12.0" hilt = "2.59" hiltExt = "1.2.0" jacoco = "0.8.12"