fix: bottom insets not dispatched on all API versions consistently

Upgraded core-ktx version installCompatInsetsDispatch wasn't available on current version
This commit is contained in:
Rohit Verma 2025-08-15 22:35:28 +05:30
parent a79c8d8463
commit 2234ba26b5
3 changed files with 5 additions and 1 deletions

View file

@ -19,7 +19,7 @@ githubTripletPlay = "2.7.2"
kotlinxCoroutinesRx2 = "1.8.0"
osmdroidAndroid = "6.1.17"
testCore = "1.4.0"
coreKtx = "1.9.0"
coreKtx = "1.16.0"
coreTesting = "2.2.0"
dagger = "2.23"
databindingCompiler = "8.0.2"