mihon/app/src
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
..
debug/res/drawable Tweak app icon scaling 2024-01-21 11:55:25 +06:00
main Fix some migrations never running (#1114) 2024-08-12 05:36:34 +06:00
standard Add back analytics 2024-01-15 20:55:26 +06:00
test/java/mihon/core/migration Fix Migrator test and also add the test to build script (#896) 2024-06-23 04:05:44 +06:00