diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index d235beb..44ca2d9 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -5,10 +5,18 @@
+
+
+
+
+
+
+
+
@@ -21,5 +29,13 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
index fdf8d99..f8467b4 100644
--- a/.idea/kotlinc.xml
+++ b/.idea/kotlinc.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index d71bff2..7195e74 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,6 +1,7 @@
[versions]
appVersion = "1000"
-compileSdkVersion = "33"
+compileSdkVersion = "34"
+targetSdkVersion = "34"
hiltAndroid = "2.48"
lifecycleExtensions = "2.2.0"
lifecycleRuntimeKtx = "2.6.2"
@@ -9,12 +10,11 @@ material = "1.9.0"
minSdkVersion = "16"
composeMinSdkVersion = "21"
moshiKotlinCodegen = "1.15.0"
-navigationUiKtx = "2.6.0"
-navigationFragmentKtx = "2.6.0"
+navigationUiKtx = "2.7.2"
+navigationFragmentKtx = "2.7.2"
retrofitVersion = "2.9.0"
-targetSdkVersion = "33"
agp = "8.1.1"
-kotlin = "1.9.0"
+kotlin = "1.9.10"
appcompat = "1.6.1"
constraintLayout = "2.1.4"
junit4 = "4.13.2"
@@ -22,11 +22,11 @@ androidTestJUnit = "1.1.5"
androidTestRules = "1.5.0"
androidTestEspresso = "3.5.1"
recyclerView = "1.3.1"
-compose = "1.5.1"
-lifecycle = "2.6.1"
+compose = "1.5.3"
+lifecycle = "2.6.2"
coroutines = "1.7.3"
fragment = "1.6.1"
-androidxComposeBom = "2023.06.01"
+androidxComposeBom = "2023.09.00"
composeActivity = "1.7.2"
navivagation = "2.7.2"
retrofit = "2.9.0"