From 7ff38f6c760b3a652cc07d6873e190cf6cb8e654 Mon Sep 17 00:00:00 2001 From: moreoronce Date: Sat, 5 Oct 2024 20:11:26 +0800 Subject: [PATCH] feat: Add URL validation and prompt feature - Update Dependence --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index da39d16..6da3ea4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,13 +2,13 @@ agp = "8.6.0" constraintlayout = "2.1.4" kotlin = "1.9.0" -coreKtx = "1.10.1" +coreKtx = "1.13.1" junit = "4.13.2" -junitVersion = "1.1.5" -espressoCore = "3.5.1" -lifecycleRuntimeKtx = "2.6.1" -activityCompose = "1.8.0" -composeBom = "2024.04.01" +junitVersion = "1.2.1" +espressoCore = "3.6.1" +lifecycleRuntimeKtx = "2.8.6" +activityCompose = "1.9.2" +composeBom = "2024.09.03" appcompat = "1.7.0" material = "1.12.0"