From ad0583f74bd0e874350933271b4c4a287d9ad255 Mon Sep 17 00:00:00 2001 From: Mubarak Date: Tue, 31 Dec 2024 20:00:59 +0530 Subject: [PATCH] Updated lib version --- .idea/appInsightsSettings.xml | 26 +++ .idea/icon.svg | 1 + .idea/other.xml | 340 ++++++++++++++++++++++++++++++++++ gradle/libs.versions.toml | 8 +- 4 files changed, 371 insertions(+), 4 deletions(-) create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/icon.svg create mode 100644 .idea/other.xml diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..371f2e2 --- /dev/null +++ b/.idea/appInsightsSettings.xml @@ -0,0 +1,26 @@ + + + + + + \ No newline at end of file diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 0000000..b752acc --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.idea/other.xml b/.idea/other.xml new file mode 100644 index 0000000..b45a6e0 --- /dev/null +++ b/.idea/other.xml @@ -0,0 +1,340 @@ + + + + + + \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c16a3e1..cf03519 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] -agp = "8.5.0" +agp = "8.5.2" kotlin = "1.9.0" coreKtx = "1.13.1" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" -lifecycleRuntimeKtx = "2.8.3" -activityCompose = "1.9.0" -composeBom = "2024.04.01" +lifecycleRuntimeKtx = "2.8.7" +activityCompose = "1.9.3" +composeBom = "2024.12.01" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }