All Projects → AntennaPod → AntennaPod-AudioPlayer

AntennaPod / AntennaPod-AudioPlayer

Licence: Apache-2.0 license
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language

AntennaPod-AudioPlayer

This is the repository for library code separated from the main repository for licensing compliance.

License

All code in this repository is licensed under the Apache License, Version 2.0. You can find the license text in the LICENSE file.

Local testing

settings.gradle

...
include ':aap'
project(':aap').projectDir = new File('../AntennaPod-AudioPlayer/library')

app/build.gradle and core/build.gradle

Edit both AntennaPod/app/build.gradle and AntennaPod/core/build.gradle


dependencies {
    ....
    compile project(":aap")
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].