mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-03 06:44:51 -04:00
Build totally working!
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
apply plugin: 'android'
|
||||
|
||||
|
||||
dependencies {
|
||||
compile fileTree('libs') {
|
||||
include '*.jar'
|
||||
builtBy 'minimalBibleJSword'
|
||||
}
|
||||
compile project(path: ':jsword-minimalbible', configuration: 'buildJSword')
|
||||
compile project(':appcompat_v7')
|
||||
}
|
||||
|
||||
@ -46,8 +45,4 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
task minimalBibleJSword (type: GradleBuild) { GradleBuild antBuild ->
|
||||
antBuild.buildFile('jsword-stub.gradle')
|
||||
antBuild.tasks = ['clean', 'ivy.check', 'ivy.download', 'ivy.task', 'ivy',
|
||||
'init', 'mergeCode', 'compile', 'jar', 'copyJarsToMinimalBible']
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user