refactor: use globalFileUsage instead of achievement to append in reason

Fetching achievements is a time consuming operation and globalFileUsage gives the similar result in optimal time
This commit is contained in:
Rohit Verma 2025-06-22 12:25:37 +05:30
parent ab2f71227f
commit aa16a99707
No known key found for this signature in database
GPG key ID: D64E53E770687D0E
4 changed files with 34 additions and 27 deletions

View file

@ -347,6 +347,7 @@ dependencies {
// Kotlin + coroutines
implementation(libs.androidx.work.runtime.ktx)
implementation(libs.androidx.work.runtime)
implementation(libs.kotlinx.coroutines.rx2)
testImplementation(libs.androidx.work.testing)
//Glide