tag | 0d874aa3f8f098c6242ecbe623666026bbd352e7 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Apr 23 09:50:03 2018 -0700 |
object | 66faaa4bdd907638c7549d498442e6f0f6c41dfd |
Gradle Plugin Release 3.1.2
commit | 66faaa4bdd907638c7549d498442e6f0f6c41dfd | [log] [tgz] |
---|---|---|
author | Martin Fietz <Martin.Fietz@gmail.com> | Wed Feb 10 20:42:12 2016 +0100 |
committer | Martin Fietz <Martin.Fietz@gmail.com> | Wed Feb 10 20:42:12 2016 +0100 |
tree | ae0f11fcfa809f64731a7b990637bdc3c3faf7cf | |
parent | 82935f4336ce1084983407770d065c71c597437e [diff] |
Wait for playback to end
This is the repository for library code separated from the main repository for licensing compliance.
All code in this repository is licensed under the Apache License, Version 2.0. You can find the license text in the LICENSE file.
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") }