update android fragments dependency

This commit is contained in:
InsanusMokrassar 2023-04-27 12:16:48 +06:00
parent 46c1887cbe
commit 0f0d0b5d58
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## 0.18.0
* `Versions`:
* `Android Fragments`: `1.5.6` -> `1.5.7`
* `Ktor`:
* `Server`:
* Now it is possible to take query parameters as list

View File

@ -30,7 +30,7 @@ dexcount = "4.0.0"
android-coreKtx = "1.10.0"
android-recyclerView = "1.3.0"
android-appCompat = "1.6.1"
android-fragment = "1.5.6"
android-fragment = "1.5.7"
android-espresso = "3.5.1"
android-test = "1.1.5"