feat: Add URL validation and prompt feature
- Update Dependence
This commit is contained in:
parent
e0bd5602ab
commit
7ff38f6c76
1 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue