- Calender view page added

- migrated to tabbed bottom bar
 - update and clear filters fixed
This commit is contained in:
2023-09-14 11:26:53 +01:00
parent c9b4190a93
commit 6e41d78d60
24 changed files with 394 additions and 89 deletions

View File

@@ -88,4 +88,6 @@ dependencies {
implementation "org.kodein.di:kodein-di-framework-android-core:$KODEIN_VERSION"
/ * jxl * /
implementation "net.sourceforge.jexcelapi:jxl:$JEXCEL_VERSION"
/ * calendar view * /
implementation 'com.applandeo:material-calendar-view:1.7.0'
}