Skip to content

PaulWoitaschek/AntennaPod-AudioPlayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%