From 0e51083d91924617365327a68806439099f80206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:12:04 +0000 Subject: [PATCH] Bump com.android.tools:r8 from 8.2.33 to 8.3.37 Bumps com.android.tools:r8 from 8.2.33 to 8.3.37. --- updated-dependencies: - dependency-name: com.android.tools:r8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build-tools/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/build.gradle.kts b/build-tools/build.gradle.kts index 7645af6c6..b750cea99 100644 --- a/build-tools/build.gradle.kts +++ b/build-tools/build.gradle.kts @@ -63,5 +63,5 @@ dependencies { implementation("io.github.Rosemoe.sora-editor:editor:0.23.4-3895689-SNAPSHOT") implementation("io.github.itsaky:nb-javac-android:17.0.0.3") implementation("com.google.guava:guava:33.0.0-jre") - implementation("com.android.tools:r8:8.2.33") + implementation("com.android.tools:r8:8.3.37") }