v1.1.7 released
About the lib
- add
coroutineScopeparameter, so you can pass your custom coroutineScope toDataSaverState - make
mutableDataSaverStateOfwith paramterautoSavedeprecated, you can use AS to replace automatically - make DataSaverXXX classes open & job public and observable
About the sample
- refactor the code, add
AppConfigto manage the dataSaver - add samples of using the state in ViewModel and doing time-consuming jobs
Special thanks to one staff who works in BiliBili, he gave me these advice.