2025-04-26 02:39:56 +03:00
|
|
|
# NOTICE
|
|
|
|
|
|
|
|
This project incorporates components from the following third-party libraries:
|
|
|
|
|
|
|
|
## AndroidX Libraries
|
|
|
|
- **androidx.*** (Core, Room, Navigation, Compose, etc.)
|
|
|
|
Copyright The Android Open Source Project
|
|
|
|
Licensed under Apache License 2.0
|
|
|
|
[https://developer.android.com](https://developer.android.com)
|
|
|
|
|
|
|
|
## Coil
|
|
|
|
- **io.coil-kt:coil-compose**
|
|
|
|
Copyright Coil Contributors
|
|
|
|
Licensed under Apache License 2.0
|
|
|
|
[https://github.com/coil-kt/coil](https://github.com/coil-kt/coil)
|
|
|
|
|
|
|
|
## Compose Calendar
|
|
|
|
- **com.kizitonwose.calendar:compose**
|
|
|
|
Copyright Kizito Nwose
|
|
|
|
Licensed under MIT License
|
|
|
|
[https://github.com/kizitonwose/Calendar](https://github.com/kizitonwose/Calendar)
|
|
|
|
|
|
|
|
## Desugar JDK Libs
|
|
|
|
- **com.android.tools:desugar_jdk_libs**
|
|
|
|
Copyright Google LLC
|
|
|
|
Licensed under Apache License 2.0
|
|
|
|
|
|
|
|
## Ktor
|
|
|
|
- **io.ktor:ktor-***
|
|
|
|
Copyright JetBrains s.r.o.
|
|
|
|
Licensed under Apache License 2.0
|
|
|
|
[https://ktor.io](https://ktor.io)
|
|
|
|
|
|
|
|
## Material Components
|
|
|
|
- **com.google.android.material:material**
|
|
|
|
Copyright Google LLC
|
|
|
|
Licensed under Apache License 2.0
|
|
|
|
|
|
|
|
## Splitties
|
|
|
|
- **com.louiscad.splitties:***
|
|
|
|
Copyright Louis CAD
|
|
|
|
Licensed under Apache License 2.0
|
|
|
|
[https://github.com/LouisCAD/Splitties](https://github.com/LouisCAD/Splitties)
|
|
|
|
|
|
|
|
## Secrets Gradle Plugin
|
|
|
|
- **com.google.android.libraries.mapsplatform.secrets-gradle-plugin**
|
|
|
|
Copyright Google LLC
|
|
|
|
Licensed under Apache License 2.0
|
|
|
|
|
2025-05-14 21:21:39 +03:00
|
|
|
## Sentry Android
|
|
|
|
- **io.sentry:sentry-android**
|
|
|
|
Copyright Sentry and contributors
|
|
|
|
Licensed under MIT License
|
|
|
|
[https://github.com/getsentry/sentry-java](https://github.com/getsentry/sentry-java)
|
|
|
|
|
2025-04-26 02:39:56 +03:00
|
|
|
## Build Tools
|
|
|
|
- **Gradle Plugins** (Android, Kotlin)
|
|
|
|
Copyright Google LLC / JetBrains s.r.o.
|
|
|
|
Licensed under Apache License 2.0
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### License Notices
|
|
|
|
This product includes software developed by:
|
|
|
|
- The Android Open Source Project (AOSP)
|
|
|
|
- JetBrains s.r.o.
|
|
|
|
- Google LLC
|
|
|
|
- And other contributors listed above
|
|
|
|
|
2025-05-14 21:21:39 +03:00
|
|
|
Full license texts are available in the [LICENSE](LICENSE) file and respective library repositories.
|