mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-12 19:18:34 -05:00
Commit a mostly working Gradle build
Currently, the initial build fails, but second one succeeds
This commit is contained in:
parent
a47d007ccb
commit
83448dc9c7
@ -2,7 +2,10 @@ apply plugin: 'android'
|
||||
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: '*.jar')
|
||||
compile fileTree('libs') {
|
||||
include '*.jar'
|
||||
builtBy 'minimalBibleJSword'
|
||||
}
|
||||
compile project(':appcompat_v7')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user