mihon/app
MajorTanya be124ebe86
Fix some migrations never running (#1114)
Both `SetupBackupCreateMigration` and `SetupLibraryUpdateMigration` were
trying to get the `App` class from Injekt which is never provided via
the `AppModule`. Using `Application` instead works since the
`workManager` property used by the respective `setupTask` functions is
an extension property on `Context`.

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-08-12 05:36:34 +06:00
..
src Fix some migrations never running (#1114) 2024-08-12 05:36:34 +06:00
.gitignore Minor cleanup 2023-10-14 22:46:51 -04:00
build.gradle.kts fix(deps): update dependency io.coil-kt.coil3:coil-bom to v3.0.0-alpha07 (#960) 2024-06-30 01:44:17 +06:00
proguard-android-optimize.txt Remove unused rxandroid dependency 2023-08-26 10:30:26 -04:00
proguard-rules.pro Refactor archive support with libarchive (#949) 2024-06-26 20:54:25 +06:00
shortcuts.xml Minor cleanup 2023-10-14 22:46:51 -04:00