Add the jSword build

robolectric-error
DjBushido 2014-07-04 22:25:35 -04:00
parent ba38867104
commit b34f5e147a
5 changed files with 18 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "jsword-minimalbible"]
path = jsword-minimalbible
url = http://github.com/MinimalBible/jsword-minimalbible
[submodule "jsword"]
path = jsword
url = http://github.com/crosswire/jsword

View File

@ -17,8 +17,17 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
}
}
dependencies {
compile project(path: ':jsword-minimalbible', configuration: 'buildJSword')
compile 'com.android.support:appcompat-v7:20.+'
}

1
jsword Submodule

@ -0,0 +1 @@
Subproject commit b0d6b287cb03af33e719ba880bce144cb0051d2c

1
jsword-minimalbible Submodule

@ -0,0 +1 @@
Subproject commit 584c9314f768e9e09aa6d147287062e2c796263e

View File

@ -1 +1,2 @@
include ':app'
include ':jsword-minimalbible'