Improved the about page

Changelog, Open source licenses
This commit is contained in:
Vlad Mihalachi
2013-09-27 14:53:36 +02:00
parent 4d641485a5
commit b3a8539afa
11 changed files with 125 additions and 91 deletions

View File

@ -24,5 +24,7 @@ android {
dependencies {
compile 'com.github.gabrielemariotti.changeloglib:library:1.2.0'
compile 'com.android.support:support-v13:18.0.0'
compile "commons-io:commons-io:2.4"
compile fileTree(dir: 'libs', include: '*.jar')
}