compose-lobsters/app
Aditya Wasan 0fcf584b01
src: make LobstersRepository a singleton
Earlier both LobstersViewModel and LobstersPagingSource were getting a different instance of LobstersRepository.
This lead to cache issues where LobstersPagingSource filled the cache but it was not available to the LobstersViewModel.

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
2021-02-05 15:00:23 +05:30
..
src src: make LobstersRepository a singleton 2021-02-05 15:00:23 +05:30
.gitignore Initial MVP 2020-08-22 00:45:00 +05:30
build.gradle.kts src: add hilt and update hilt modules 2021-01-31 17:51:21 +05:30
proguard-android-optimize.txt build: turn on minification 2020-10-25 00:38:41 +05:30
proguard-rules.pro proguard(app): disable ProGuard inlining optimisations 2021-01-30 12:51:16 +05:30
version.properties buildSrc: introduce versioning plugin 2021-01-18 18:43:05 +05:30