Open source notices
Resona includes the following open-source libraries. Each is used under the licence shown; none of them collect or transmit data on their own. Exact versions are pinned in gradle/libs.versions.toml and the full transitive list is reproducible with ./gradlew :app:dependencies.
| Library | Licence |
|---|---|
| AndroidX Core / Activity / AppCompat | Apache-2.0 |
| Jetpack Compose / Material 3 | Apache-2.0 |
| Media3 (ExoPlayer) | Apache-2.0 |
| Room | Apache-2.0 |
| OkHttp | Apache-2.0 |
| kotlinx.serialization | Apache-2.0 |
| kotlinx.coroutines | Apache-2.0 |
| Coil | Apache-2.0 |
Resona itself
Copyright © Resona contributors. Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.