Some new libraries to play with

Not all will be used quite yet.
This commit is contained in:
Bradlee Speice
2014-05-17 00:07:52 -04:00
parent 13fc473081
commit 01d5e97d21
5 changed files with 13 additions and 1 deletions

View File

@ -17,6 +17,7 @@ repositories {
dependencies {
compile project(path: ':jsword-minimalbible', configuration: 'buildJSword')
compile project(':appcompat_v7')
compile project(':ProgressWheel')
apt "org.androidannotations:androidannotations:3.0+"
compile "org.androidannotations:androidannotations-api:3.0+"
@ -27,8 +28,14 @@ dependencies {
apt 'com.jakewharton:butterknife:5.0.1'
compile 'com.jakewharton:butterknife:5.0.1'
compile 'de.devland.esperandro:esperandro-api:1.1.2'
apt 'de.devland.esperandro:esperandro:1.1.2'
compile 'com.f2prateek.dart:dart:1.1.0'
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
compile 'de.greenrobot:eventbus:2.2.0'
compile 'com.joanzapata.android:android-iconify:1.0.+'
// Handled by appcompat
// compile 'com.google.android:support-v4:r7'