Removed NOTICE, updated README
This commit is contained in:
parent
8911414efc
commit
4644f600da
3
NOTICE
3
NOTICE
|
@ -1,3 +0,0 @@
|
||||||
The AntennaPod source code comes with two libraries, flattr4j and Apache Commons Lang. Both are distributed under the Apache License, Version 2.0.
|
|
||||||
You can read a copy of this license here:
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
@ -20,6 +20,10 @@ AntennaPod has the following dependencies:
|
||||||
- [ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock)
|
- [ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock)
|
||||||
- [ViewPagerIndicator](https://github.com/JakeWharton/Android-ViewPagerIndicator)
|
- [ViewPagerIndicator](https://github.com/JakeWharton/Android-ViewPagerIndicator)
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
Before building, make sure you have added FlattrConfig.java as described in the 'Flattr API' - section!
|
||||||
|
|
||||||
### Building with ant
|
### Building with ant
|
||||||
|
|
||||||
ActionBarSherlock and ViewPagerIndicator have to be added as library projects. Flattr4j and ApacheCommons Lang are jar-libraries and have to be copied into the libs folder in the root directory.
|
ActionBarSherlock and ViewPagerIndicator have to be added as library projects. Flattr4j and ApacheCommons Lang are jar-libraries and have to be copied into the libs folder in the root directory.
|
||||||
|
|
Loading…
Reference in New Issue