From d1d855bed901003a4dd3bb5f3da49f477786f83a Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 13 May 2023 08:57:26 +0200 Subject: Updated 4 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 ba868be..fdead11 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,8 +15,8 @@ buildscript { } plugins { - id("com.android.application") version "8.1.0-alpha09" apply false - id("com.android.library") version "8.1.0-alpha09" apply false + id("com.android.application") version "8.2.0-alpha03" apply false + id("com.android.library") version "8.2.0-alpha03" apply false id("org.jetbrains.kotlin.android") version "1.7.21" apply false } -- cgit