From 4f75561662d33c275f2ca1bc466261e24f5586e4 Mon Sep 17 00:00:00 2001 From: celeste Date: Tue, 3 Sep 2024 19:02:53 +0200 Subject: [PATCH] commit --- .idea/misc.xml | 1 - .idea/other.xml | 252 ------------------------------------------------ build.gradle | 4 +- 3 files changed, 2 insertions(+), 255 deletions(-) delete mode 100644 .idea/other.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 0ad17cb..8978d23 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/.idea/other.xml b/.idea/other.xml deleted file mode 100644 index 4604c44..0000000 --- a/.idea/other.xml +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 94b5f06..41cb994 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.5.1' apply false - id 'com.android.library' version '8.5.1' apply false + id 'com.android.application' version '8.6.0' apply false + id 'com.android.library' version '8.6.0' apply false id 'org.jetbrains.kotlin.android' version '1.7.0' apply false } \ No newline at end of file