Revert "upstream work runtime and room"

This reverts commit cc2bcf0f97.
This commit is contained in:
IndusAryan 2023-12-20 16:12:52 +05:30
parent 4894c5dc22
commit d5017e6912

View file

@ -224,8 +224,8 @@ dependencies {
Level 25 or Less. */
// Downloading & Networking
implementation("androidx.work:work-runtime:2.9.0")
implementation("androidx.work:work-runtime-ktx:2.9.0")
implementation("androidx.work:work-runtime:2.8.1")
implementation("androidx.work:work-runtime-ktx:2.8.1")
implementation("com.github.Blatzar:NiceHttp:0.4.4") // HTTP Lib
}