build: Downgrade coreKtx to 1.12.0 to fix building
This commit is contained in:
parent
c7b91130a9
commit
61ca940b52
|
@ -1,7 +1,7 @@
|
||||||
[versions]
|
[versions]
|
||||||
agp = "8.7.3"
|
agp = "8.7.3"
|
||||||
kotlin = "2.1.0"
|
kotlin = "2.1.0"
|
||||||
coreKtx = "1.15.0"
|
coreKtx = "1.12.0"
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
junitVersion = "1.2.1"
|
junitVersion = "1.2.1"
|
||||||
espressoCore = "3.6.1"
|
espressoCore = "3.6.1"
|
||||||
|
|
Loading…
Reference in a new issue