18 lines
967 B
Markdown
Executable File
18 lines
967 B
Markdown
Executable File
# Local libraries (not shared)
|
|
|
|
These modules are **included only in this app**. They are not shared with other OnTime apps (Driver, Merchant). Each app has its own copy under its own `lib/` folder.
|
|
|
|
## Modules
|
|
|
|
| Module | Path | Description |
|
|
|--------|------|-------------|
|
|
| rating-view | `RatingView/rating-view` | Rating bar widget (Ornolfr/RatingView) |
|
|
| textdrawable | `TextDrawable/library` | Text-based drawables (amulyakhare/TextDrawable) |
|
|
| prdownloader | `PRDownloader/prdownloader` | File downloader (PRDownloader) |
|
|
| liboverscroll | `overscroll-decor/liboverscroll` | Overscroll effects (everything/overscroll-decor) |
|
|
| fragmentanimations | `FragmentAnimations/fragmentanimations` | Fragment transition animations |
|
|
|
|
## Usage
|
|
|
|
Referenced in `settings.gradle` and linked via `implementation project(':module')` in `app/build.gradle` when the app uses them. All libs are modernized to **compileSdk 33**, **targetSdk 33**, **minSdk 21**, and AndroidX.
|