commit | 225ecc383f951d4ef67cd14637b4d0e2d87085c9 | [log] [tgz] |
---|---|---|
author | Martin Fietz <Martin.Fietz@gmail.com> | Sun Jan 31 13:37:37 2016 +0100 |
committer | Martin Fietz <Martin.Fietz@gmail.com> | Sun Jan 31 13:37:37 2016 +0100 |
tree | 7711d2f6aaae00eaa881b2565cfe2a72dc219bb9 | |
parent | afb7e7c64f5d79f4a516bd975bb98f9bc5c8617e [diff] |
Performance optimization: System.arraycopy instead of manual copying array contents
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") }