Added:
- Added feature to set the dark or light mode automatically based on SYSTEM_DEFAULT's theme
- Made dialog's width cover 80% of the screen
- If there is only 1 store to show, now dialog shows it in the center for a symmetric look
Fixed:
- Fixed screen states getting emitted by phone rotation
- Fixed status bar color was getting set by library's compose theme
Removed:
- Removed
- dsl library is removed and merged into main library
- core library is removed and there is no need to declare dependency to it anymore
Upgraded:
- All dependency versions to the latest version
- Upgraded compose library to Material3
Depricated:
- AppUpdaterDialog.getInstance() is deprecated and is replaced with the overload that accepts UpdaterDialogData as argument
- AndroidAppUpdater() in compose module is deprecated and is replaced with the overload that accepts UpdaterDialogData as argument