Use lifecycle-scoped IO for screen work

This commit is contained in:
ajp_anton
2026-07-27 22:55:09 +00:00
parent a86ea52006
commit 6467d1ab6c
5 changed files with 61 additions and 34 deletions
+2
View File
@@ -8,6 +8,7 @@ material = "1.10.0"
drawerLayout = "1.2.0"
recyclerView = "1.3.2"
swipeRefreshLayout = "1.1.0"
lifecycle = "2.8.7"
junit = "4.13.2"
[libraries]
@@ -18,6 +19,7 @@ material = { group = "com.google.android.material", name = "material", version.r
drawerlayout = { group = "androidx.drawerlayout", name = "drawerlayout", version.ref = "drawerLayout" }
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerView" }
swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swipeRefreshLayout" }
lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
[plugins]