Update versions to match the Example project. Unsure why Android Studio would have put incompatible versions in there.

This commit is contained in:
Hyperling 2025-01-09 15:50:48 -07:00
parent c4aa13b608
commit cdc505b478

View File

@ -1,10 +1,10 @@
[versions] [versions]
agp = "8.7.3" agp = "8.7.3"
kotlin = "1.9.0" kotlin = "2.0.0"
coreKtx = "1.10.1" coreKtx = "1.15.0"
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.6.1"
activityCompose = "1.8.0" activityCompose = "1.8.0"
composeBom = "2024.04.01" composeBom = "2024.04.01"