|
|
|
@ -100,11 +100,11 @@ configurations {
|
|
|
|
all*.exclude group: 'org.apache.httpcomponents', module: 'httpclient'
|
|
|
|
all*.exclude group: 'org.apache.httpcomponents', module: 'httpclient'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
final DAGGER_VERSION = '2.6.1'
|
|
|
|
final DAGGER_VERSION = '2.7'
|
|
|
|
final BUTTERKNIFE_VERSION = '8.4.0'
|
|
|
|
final BUTTERKNIFE_VERSION = '8.4.0'
|
|
|
|
final GPS_VERSION = '9.6.1'
|
|
|
|
final GPS_VERSION = '9.6.1'
|
|
|
|
final SUPPORT_VERSION = '25.0.0'
|
|
|
|
final SUPPORT_VERSION = '25.0.0'
|
|
|
|
final STETHO_VERSION = '1.3.1'
|
|
|
|
final STETHO_VERSION = '1.4.1'
|
|
|
|
final TESTING_SUPPORT_VERSION = '0.5'
|
|
|
|
final TESTING_SUPPORT_VERSION = '0.5'
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
@ -120,12 +120,12 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
compile 'com.github.rey5137:material:1.2.4'
|
|
|
|
compile 'com.github.rey5137:material:1.2.4'
|
|
|
|
compile 'com.android.support:multidex:1.0.1'
|
|
|
|
compile 'com.android.support:multidex:1.0.1'
|
|
|
|
compile 'com.nononsenseapps:filepicker:2.5.2'
|
|
|
|
compile 'com.nononsenseapps:filepicker:3.1.0'
|
|
|
|
compile "com.android.support:design:${SUPPORT_VERSION}"
|
|
|
|
compile "com.android.support:design:${SUPPORT_VERSION}"
|
|
|
|
compile "com.android.support:support-annotations:${SUPPORT_VERSION}"
|
|
|
|
compile "com.android.support:support-annotations:${SUPPORT_VERSION}"
|
|
|
|
compile 'com.jakewharton.timber:timber:4.1.2'
|
|
|
|
compile 'com.jakewharton.timber:timber:4.3.1'
|
|
|
|
compile 'com.google.guava:guava:19.0'
|
|
|
|
compile 'com.google.guava:guava:19.0'
|
|
|
|
compile 'com.jakewharton:process-phoenix:1.0.2'
|
|
|
|
compile 'com.jakewharton:process-phoenix:1.1.0'
|
|
|
|
compile 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
|
|
|
|
compile 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
|
|
|
|
compile 'com.twofortyfouram:android-plugin-api-for-locale:1.0.2'
|
|
|
|
compile 'com.twofortyfouram:android-plugin-api-for-locale:1.0.2'
|
|
|
|
compile ('com.rubiconproject.oss:jchronic:0.2.6') {
|
|
|
|
compile ('com.rubiconproject.oss:jchronic:0.2.6') {
|
|
|
|
@ -134,7 +134,7 @@ dependencies {
|
|
|
|
compile ('org.scala-saddle:google-rfc-2445:20110304') {
|
|
|
|
compile ('org.scala-saddle:google-rfc-2445:20110304') {
|
|
|
|
transitive = false
|
|
|
|
transitive = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
compile ('com.wdullaer:materialdatetimepicker:2.3.0') {
|
|
|
|
compile ('com.wdullaer:materialdatetimepicker:2.5.0') {
|
|
|
|
exclude group: 'com.android.support', module: 'support-v4'
|
|
|
|
exclude group: 'com.android.support', module: 'support-v4'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -150,7 +150,7 @@ dependencies {
|
|
|
|
androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:${DAGGER_VERSION}"
|
|
|
|
androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:${DAGGER_VERSION}"
|
|
|
|
androidTestAnnotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}"
|
|
|
|
androidTestAnnotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}"
|
|
|
|
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
|
|
|
|
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
|
|
|
|
androidTestCompile 'com.natpryce:make-it-easy:4.0.0'
|
|
|
|
androidTestCompile 'com.natpryce:make-it-easy:4.0.1'
|
|
|
|
androidTestCompile "com.android.support.test:runner:${TESTING_SUPPORT_VERSION}"
|
|
|
|
androidTestCompile "com.android.support.test:runner:${TESTING_SUPPORT_VERSION}"
|
|
|
|
androidTestCompile "com.android.support.test:rules:${TESTING_SUPPORT_VERSION}"
|
|
|
|
androidTestCompile "com.android.support.test:rules:${TESTING_SUPPORT_VERSION}"
|
|
|
|
androidTestCompile "com.android.support:support-annotations:${SUPPORT_VERSION}"
|
|
|
|
androidTestCompile "com.android.support:support-annotations:${SUPPORT_VERSION}"
|
|
|
|
|