Fix warnings and code cleanup

This commit is contained in:
Koitharu
2025-04-26 09:31:05 +03:00
parent 10bd46f077
commit f91f55fa66
82 changed files with 85 additions and 352 deletions

View File

@@ -17,7 +17,7 @@ diskLruCache = "1.5"
fragment = "1.8.6"
gradle = "8.9.1"
guava = "33.4.8-android"
dagger = "2.56.1"
dagger = "2.56.2"
hilt = "1.2.0"
json = "20250107"
junit = "4.13.2"
@@ -27,22 +27,22 @@ ksp = "2.1.20-2.0.0"
leakcanary = "3.0-alpha-8"
lifecycle = "2.8.7"
markwon = "4.6.2"
material = "1.13.0-alpha12"
material = "1.13.0-alpha13"
moshi = "1.15.2"
okhttp = "4.12.0"
okio = "3.11.0"
parsers = "e874837efb"
preference = "1.2.1"
recyclerview = "1.4.0"
room = "2.7.0"
room = "2.7.1"
ssiv = "9a67b6a7c9"
swiperefreshlayout = "1.1.0"
testRules = "1.6.1"
testRunner = "1.6.2"
transition = "1.5.1"
transition = "1.6.0"
viewpager2 = "1.1.0"
webkit = "1.13.0"
workRuntime = "2.10.0"
workRuntime = "2.10.1"
workinspector = "1.2"
[libraries]