diff --git a/.gitmodules b/.gitmodules index f05ad71..613789c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/MinimalBible/build.gradle b/MinimalBible/build.gradle index 843b98f..82f7083 100644 --- a/MinimalBible/build.gradle +++ b/MinimalBible/build.gradle @@ -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' diff --git a/ProgressWheel b/ProgressWheel new file mode 160000 index 0000000..3888a30 --- /dev/null +++ b/ProgressWheel @@ -0,0 +1 @@ +Subproject commit 3888a30cc4c6b5f1cc958a3cd673a4883da0a331 diff --git a/jsword-minimalbible b/jsword-minimalbible index 053283e..584c931 160000 --- a/jsword-minimalbible +++ b/jsword-minimalbible @@ -1 +1 @@ -Subproject commit 053283e3a8102cb8e7a25fa737df92b0b14def69 +Subproject commit 584c9314f768e9e09aa6d147287062e2c796263e diff --git a/settings.gradle b/settings.gradle index 3a495ec..731db6b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,4 @@ include ':appcompat_v7' include ':MinimalBible' include ':jsword-minimalbible' +include ':ProgressWheel'