|
|
|
@ -33,8 +33,8 @@ android {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
compileOptions {
|
|
|
|
|
targetCompatibility 1.8
|
|
|
|
|
sourceCompatibility 1.8
|
|
|
|
|
targetCompatibility JavaVersion.VERSION_1_8
|
|
|
|
|
sourceCompatibility JavaVersion.VERSION_1_8
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
testOptions {
|
|
|
|
@ -52,7 +52,6 @@ android {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
|
|
|
|
|
implementation project(":uhabits-core")
|
|
|
|
|
|
|
|
|
|
implementation 'com.android.support:appcompat-v7:25.3.1'
|
|
|
|
@ -61,7 +60,6 @@ dependencies {
|
|
|
|
|
implementation 'com.android.support:support-v4:25.3.1'
|
|
|
|
|
implementation 'com.getpebble:pebblekit:3.0.0'
|
|
|
|
|
implementation 'com.github.paolorotolo:appintro:3.4.0'
|
|
|
|
|
implementation 'com.google.auto.factory:auto-factory:1.0-beta3'
|
|
|
|
|
implementation 'com.google.dagger:dagger:2.11-rc2'
|
|
|
|
|
implementation 'com.jakewharton:butterknife:8.6.1-SNAPSHOT'
|
|
|
|
|
implementation 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'
|
|
|
|
@ -75,18 +73,21 @@ dependencies {
|
|
|
|
|
testImplementation 'org.hamcrest:hamcrest-library:1.4-atlassian-1'
|
|
|
|
|
testImplementation 'org.mockito:mockito-core:2.8.9'
|
|
|
|
|
testImplementation 'org.json:json:20160810'
|
|
|
|
|
|
|
|
|
|
testImplementation 'org.robolectric:robolectric:3.4-rc2'
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'com.android.support:support-annotations:25.3.1'
|
|
|
|
|
androidTestImplementation 'com.android.support.test:rules:0.5'
|
|
|
|
|
androidTestImplementation 'com.android.support.test:runner:0.5'
|
|
|
|
|
androidTestImplementation 'com.google.auto.factory:auto-factory:1.0-beta3'
|
|
|
|
|
androidTestImplementation "com.google.dexmaker:dexmaker:1.2"
|
|
|
|
|
androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'
|
|
|
|
|
androidTestImplementation 'org.mockito:mockito-core:1.10.19'
|
|
|
|
|
androidTestImplementation 'com.google.guava:guava:20.0'
|
|
|
|
|
|
|
|
|
|
compileOnly 'javax.annotation:jsr250-api:1.0'
|
|
|
|
|
compileOnly 'com.google.auto.factory:auto-factory:1.0-beta3'
|
|
|
|
|
|
|
|
|
|
androidTestCompileOnly 'com.google.auto.factory:auto-factory:1.0-beta3'
|
|
|
|
|
|
|
|
|
|
annotationProcessor 'com.google.dagger:dagger-compiler:2.11-rc2'
|
|
|
|
|
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.1-SNAPSHOT'
|
|
|
|
@ -99,11 +100,9 @@ dependencies {
|
|
|
|
|
androidTestAnnotationProcessor 'com.google.dagger:dagger-compiler:2.11-rc2'
|
|
|
|
|
androidTestAnnotationProcessor 'com.google.auto.factory:auto-factory:1.0-beta3'
|
|
|
|
|
androidTestAnnotationProcessor 'com.jakewharton:butterknife-compiler:8.6.1-SNAPSHOT'
|
|
|
|
|
|
|
|
|
|
implementation('com.opencsv:opencsv:3.9') {
|
|
|
|
|
exclude group: 'commons-logging', module: 'commons-logging'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
implementation('io.socket:socket.io-client:+') {
|
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
|
}
|
|
|
|
|