From 3798ec13c816ad3aa450f64cb79b3181463a1285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:51:02 +0000 Subject: [PATCH] Bump com.android.library from 8.4.0-alpha03 to 8.5.0-alpha07 Bumps com.android.library from 8.4.0-alpha03 to 8.5.0-alpha07. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9a8a75043..026cecbed 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "8.4.0-alpha03" apply false - id("com.android.library") version "8.4.0-alpha03" apply false + id("com.android.library") version "8.5.0-alpha07" apply false id("org.jetbrains.kotlin.android") version "2.0.0-Beta5" apply false id("org.jetbrains.kotlin.jvm") version "2.0.0-Beta5" apply false id("dev.rikka.tools.materialthemebuilder") version "1.4.1" apply false