From aa35a851a3521ee0c5626f0af1ab2e6342b48399 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Wed, 15 Mar 2023 22:41:52 +0100 Subject: Updated 8 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 6ee2f34..3ed979a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,8 +15,8 @@ buildscript { } plugins { - id("com.android.application") version "8.0.0-alpha11" apply false - id("com.android.library") version "8.0.0-alpha11" apply false + id("com.android.application") version "8.1.0-alpha08" apply false + id("com.android.library") version "8.1.0-alpha08" apply false id("org.jetbrains.kotlin.android") version "1.7.21" apply false } -- cgit