mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 15:18:22 -05:00
Add the jSword build
This commit is contained in:
parent
ba38867104
commit
b34f5e147a
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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
|
@ -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
1
jsword
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b0d6b287cb03af33e719ba880bce144cb0051d2c
|
1
jsword-minimalbible
Submodule
1
jsword-minimalbible
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 584c9314f768e9e09aa6d147287062e2c796263e
|
@ -1 +1,2 @@
|
||||
include ':app'
|
||||
include ':jsword-minimalbible'
|
||||
|
Loading…
Reference in New Issue
Block a user