
Fix lints that have accumulated over time. Apparently Android Studio just...stopped using lints. For no reason. I had to upgrade to the beta version to actually get lints.
13 lines
953 B
Markdown
13 lines
953 B
Markdown
# Licenses
|
|
|
|
Auxio is licensed under the GPLv3.
|
|
|
|
Alongside this, Auxio uses a number of third-party libraries. These are listed below with
|
|
their licenses:
|
|
|
|
| Library Name | Author(s) | Purpose | License |
|
|
|-----------------------------------------------------|----------------------------------------------|----------------|------------|
|
|
| [ExoPlayer](https://github.com/google/ExoPlayer) | [Google](https://github.com/google) | Music Playback | Apache-2.0 |
|
|
| [Coil](https://github.com/coil-kt/coil) | [Square](https://github.com/coil-kt) | Image Loading | Apache-2.0 |
|
|
| [Spotless](https://github.com/diffplug/spotless) | [DiffPlug](https://github.com/diffplug) | Formatting | Apache-2.0 |
|
|
| [ktfmt](https://github.com/facebookincubator/ktfmt) | [Meta](https://github.com/facebookincubator) | Formatting | Apache-2.0 |
|