From 888e88c3176a44c8233e13e4ec02f913fdcd0a84 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 10 Jan 2023 14:54:24 +0100 Subject: Update - This is an automated commit --- .idea/vcs.xml | 7 +++++++ build.gradle.kts | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..d10e87f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 591b467..6ee2f34 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,8 +15,8 @@ buildscript { } plugins { - id("com.android.application") version "8.0.0-alpha10" apply false - id("com.android.library") version "8.0.0-alpha10" apply false + id("com.android.application") version "8.0.0-alpha11" apply false + id("com.android.library") version "8.0.0-alpha11" apply false id("org.jetbrains.kotlin.android") version "1.7.21" apply false } -- cgit