Some new libraries to play with

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

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "jsword-minimalbible"]
path = jsword-minimalbible
url = https://github.com/MinimalBible/jsword-minimalbible.git
[submodule "ProgressWheel"]
path = ProgressWheel
url = git@github.com:Todd-Davies/ProgressWheel

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'

1
ProgressWheel Submodule

@ -0,0 +1 @@
Subproject commit 3888a30cc4c6b5f1cc958a3cd673a4883da0a331

@ -1 +1 @@
Subproject commit 053283e3a8102cb8e7a25fa737df92b0b14def69
Subproject commit 584c9314f768e9e09aa6d147287062e2c796263e

View File

@ -1,3 +1,4 @@
include ':appcompat_v7'
include ':MinimalBible'
include ':jsword-minimalbible'
include ':ProgressWheel'