feat: Add URL validation and prompt feature

- Update Dependence
This commit is contained in:
moreoronce 2024-10-05 20:11:26 +08:00
parent e0bd5602ab
commit 7ff38f6c76

View file

@ -2,13 +2,13 @@
agp = "8.6.0" agp = "8.6.0"
constraintlayout = "2.1.4" constraintlayout = "2.1.4"
kotlin = "1.9.0" kotlin = "1.9.0"
coreKtx = "1.10.1" coreKtx = "1.13.1"
junit = "4.13.2" junit = "4.13.2"
junitVersion = "1.1.5" junitVersion = "1.2.1"
espressoCore = "3.5.1" espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.6.1" lifecycleRuntimeKtx = "2.8.6"
activityCompose = "1.8.0" activityCompose = "1.9.2"
composeBom = "2024.04.01" composeBom = "2024.09.03"
appcompat = "1.7.0" appcompat = "1.7.0"
material = "1.12.0" material = "1.12.0"