mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-13 19:48:38 -05:00
Some new libraries to play with
Not all will be used quite yet.
This commit is contained in:
parent
13fc473081
commit
01d5e97d21
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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
1
ProgressWheel
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3888a30cc4c6b5f1cc958a3cd673a4883da0a331
|
@ -1 +1 @@
|
||||
Subproject commit 053283e3a8102cb8e7a25fa737df92b0b14def69
|
||||
Subproject commit 584c9314f768e9e09aa6d147287062e2c796263e
|
@ -1,3 +1,4 @@
|
||||
include ':appcompat_v7'
|
||||
include ':MinimalBible'
|
||||
include ':jsword-minimalbible'
|
||||
include ':ProgressWheel'
|
||||
|
Loading…
Reference in New Issue
Block a user