From 788440f792e58f0a11ce4685b0f2ae23993c6375 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 21 Mar 2023 16:22:42 +0100 Subject: Updated 3 files (automated) --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 3ed979a..ba868be 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,8 +15,8 @@ buildscript { } plugins { - id("com.android.application") version "8.1.0-alpha08" apply false - id("com.android.library") version "8.1.0-alpha08" apply false + id("com.android.application") version "8.1.0-alpha09" apply false + id("com.android.library") version "8.1.0-alpha09" apply false id("org.jetbrains.kotlin.android") version "1.7.21" apply false } -- cgit