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"