mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-06-30 21:36:10 -04:00
Add the jSword build
This commit is contained in:
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
Submodule jsword added at b0d6b287cb
1
jsword-minimalbible
Submodule
1
jsword-minimalbible
Submodule
Submodule jsword-minimalbible added at 584c9314f7
@ -1 +1,2 @@
|
||||
include ':app'
|
||||
include ':jsword-minimalbible'
|
||||
|
Reference in New Issue
Block a user