16 lines
742 B
Markdown
Executable File
16 lines
742 B
Markdown
Executable File
# Local libraries (not shared)
|
|
|
|
These modules are **included only in this app**. They are not shared with other OnTime apps (User, Driver). Each app has its own copy under its own `lib/` folder.
|
|
|
|
## Modules (Merchant uses all five)
|
|
|
|
| Module | Path | Description |
|
|
|--------|------|-------------|
|
|
| rating-view | `RatingView/rating-view` | Rating bar widget |
|
|
| textdrawable | `TextDrawable/library` | Text-based drawables |
|
|
| prdownloader | `PRDownloader/prdownloader` | File downloader |
|
|
| liboverscroll | `overscroll-decor/liboverscroll` | Overscroll effects |
|
|
| fragmentanimations | `FragmentAnimations/fragmentanimations` | Fragment transition animations |
|
|
|
|
All libs use **compileSdk 33**, **targetSdk 33**, **minSdk 21**, and AndroidX.
|