Wait for playback to end
1 file changed
tree: ae0f11fcfa809f64731a7b990637bdc3c3faf7cf
  1. gradle/
  2. library/
  3. .gitignore
  4. build.gradle
  5. gradlew
  6. gradlew.bat
  7. LICENSE
  8. README.md
  9. settings.gradle
README.md

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") }