From f90919fb774cf48e1ec22fcca56cb196d25aa023 Mon Sep 17 00:00:00 2001 From: sebastian Date: Thu, 31 Oct 2024 18:43:58 +0100 Subject: [PATCH] FIXME --- .idea/deploymentTargetDropDown.xml | 13 +++++++++++++ .idea/misc.xml | 1 - app/build.gradle.kts | 1 + .../add_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg | 0 gradle/libs.versions.toml | 2 +- 5 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml rename app/src/main/res/{ => drawable}/icons/add_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg (100%) diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..612ad88 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 1d038f9..7c2d85a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c891816..61c75bb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,5 +1,6 @@ plugins { alias(libs.plugins.android.application) + } android { diff --git a/app/src/main/res/icons/add_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg b/app/src/main/res/drawable/icons/add_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg similarity index 100% rename from app/src/main/res/icons/add_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg rename to app/src/main/res/drawable/icons/add_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cf21083..2626fc5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.6.0-alpha07" +agp = "8.2.0" junit = "4.13.2" junitVersion = "1.1.5" espressoCore = "3.5.1"