komikku/app
MajorTanya 34ef197aeb
Fix some migrations never running (mihonapp/mihon#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>
(cherry picked from commit be124ebe86377ad77de5abd1594afd7aedf9050c)
2024-08-12 22:36:56 +08:00
..
src Fix some migrations never running (mihonapp/mihon#1114) 2024-08-12 22:36:56 +08:00
.gitignore Remove files executable permission 2024-01-28 23:44:37 +07:00
build.gradle.kts Bump version 1.11.2 & update changelog 2024-08-09 02:36:08 +07:00
proguard-android-optimize.txt Remove unused rxandroid dependency 2023-09-03 23:32:59 -04:00
proguard-rules.pro update r8 rules for MultipartBody.Builder in extensions (#783) 2024-05-19 02:52:52 +07:00