Android: Offload CIA installation to background thread

This commit is contained in:
SachinVin
2023-05-01 17:51:01 +05:30
parent ccb2a7cbea
commit f5bb17c82e
10 changed files with 313 additions and 47 deletions

View File

@@ -129,6 +129,7 @@ dependencies {
implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0"
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation "androidx.work:work-runtime:2.8.1"
// For loading huge screenshots from the disk.
implementation 'com.squareup.picasso:picasso:2.71828'