core moved to android-app
This commit is contained in:
parent
c2146dc0f6
commit
d834ccc305
@ -62,7 +62,6 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
compile project(':core')
|
|
||||||
compile 'org.solovyev:common-core:1.0.7'
|
compile 'org.solovyev:common-core:1.0.7'
|
||||||
compile 'org.solovyev:common-text:1.0.7'
|
compile 'org.solovyev:common-text:1.0.7'
|
||||||
compile 'org.solovyev:common-security:1.0.7'
|
compile 'org.solovyev:common-security:1.0.7'
|
||||||
@ -91,6 +90,22 @@ dependencies {
|
|||||||
|
|
||||||
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
|
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
|
||||||
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
|
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
|
||||||
|
compile group: 'org.solovyev', name: 'common-text', version: '1.0.7'
|
||||||
|
compile group: 'org.solovyev', name: 'common-listeners', version: '1.0.7'
|
||||||
|
compile(group: 'com.google.guava', name: 'guava', version: '11.0.2') {
|
||||||
|
exclude(module: 'jsr305')
|
||||||
|
}
|
||||||
|
compile(group: 'org.solovyev', name: 'jscl', version: '1.0.11') {
|
||||||
|
exclude(module: 'xercesImpl')
|
||||||
|
}
|
||||||
|
compile(group: 'org.simpleframework', name: 'simple-xml', version: '2.6.1') {
|
||||||
|
exclude(module: 'stax-api')
|
||||||
|
exclude(module: 'xpp3')
|
||||||
|
}
|
||||||
|
compile group: 'commons-cli', name: 'commons-cli', version: '1.2'
|
||||||
|
testCompile group: 'junit', name: 'junit', version: '4.11'
|
||||||
|
testCompile group: 'net.sf.opencsv', name: 'opencsv', version: '2.0'
|
||||||
|
testCompile group: 'org.mockito', name: 'mockito-core', version: '1.9.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
task androidJavadocs(type: Javadoc) {
|
task androidJavadocs(type: Javadoc) {
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user