build: Downgrade coreKtx to 1.12.0 to fix building

This commit is contained in:
Peter Vacho 2024-12-22 20:22:49 +01:00
parent c7b91130a9
commit 61ca940b52
Signed by: school
GPG key ID: 8CFC3837052871B4

View file

@ -1,7 +1,7 @@
[versions]
agp = "8.7.3"
kotlin = "2.1.0"
coreKtx = "1.15.0"
coreKtx = "1.12.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"