update dependencies

This commit is contained in:
InsanusMokrassar 2024-05-02 14:06:46 +06:00
parent 9bfe6dc6d8
commit 32eabb6b36
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## 0.20.48
* `Versions`:
* `Android Core KTX`: `1.13.0` -> `1.13.1`
* `AndroidX Fragment`: `1.6.2` -> `1.7.0`
## 0.20.47
* `Versions`:

View File

@ -29,10 +29,10 @@ versions = "0.51.0"
android-gradle = "8.4.0"
dexcount = "4.0.0"
android-coreKtx = "1.13.0"
android-coreKtx = "1.13.1"
android-recyclerView = "1.3.2"
android-appCompat = "1.6.1"
android-fragment = "1.6.2"
android-fragment = "1.7.0"
android-espresso = "3.5.1"
android-test = "1.1.5"
android-compose-material3 = "1.2.1"