Downgrade core-ktx to 1.16.0 to unblock release

1.19.0 requires compileSdk 37 and AGP 9.1.0 which we're not ready to bump yet.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Wavesonics 2026-06-04 21:42:57 -07:00
parent 0f7f2d6657
commit 08ebef7098

View file

@ -25,7 +25,7 @@ appcompat = "1.7.1"
appdirs = "1.5.0"
cache4k = "0.14.0"
core = "1.7.0"
coreKtx = "1.19.0"
coreKtx = "1.16.0"
cryptohash = "1.0.2"
glance = "1.2.0-rc01"
androix-junit = "1.3.0"