From 8642c3e727768aaf1e33a9cdfd5e21d772b9376c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:43:55 +0000 Subject: [PATCH] Bump com.android.library from 8.4.0-alpha03 to 8.5.0-alpha03 Bumps com.android.library from 8.4.0-alpha03 to 8.5.0-alpha03. --- 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..faa891af8 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-alpha03" 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