Add the jSword build

This commit is contained in:
DjBushido
2014-07-04 22:25:35 -04:00
parent ba38867104
commit b34f5e147a
5 changed files with 18 additions and 0 deletions

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.+'
}