update dependencies

This commit is contained in:
Konrad Pozniak 2018-04-22 14:09:10 +02:00
parent 7dcd5aa21e
commit a25034ac4f
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ ext.supportLibraryVersion = '27.1.1'
ext.daggerVersion = '2.15'
dependencies {
implementation('com.mikepenz:materialdrawer:6.0.6@aar') {
implementation('com.mikepenz:materialdrawer:6.0.7@aar') {
transitive = true
}
implementation "com.android.support:appcompat-v7:$supportLibraryVersion"
@ -66,11 +66,11 @@ dependencies {
implementation 'com.github.varunest:sparkbutton:1.0.5'
implementation 'com.github.chrisbanes:PhotoView:2.1.3'
implementation 'com.mikepenz:google-material-typeface:3.0.1.2.original@aar'
implementation('com.theartofdev.edmodo:android-image-cropper:2.6.0') {
implementation('com.theartofdev.edmodo:android-image-cropper:2.7.0') {
exclude group: 'com.android.support'
}
implementation 'com.evernote:android-job:1.2.5'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
//room
implementation 'android.arch.persistence.room:runtime:1.0.0'
kapt 'android.arch.persistence.room:compiler:1.0.0'
@ -86,7 +86,7 @@ dependencies {
kapt "com.google.dagger:dagger-android-processor:$daggerVersion"
testImplementation "org.robolectric:robolectric:3.8"
testImplementation "org.mockito:mockito-inline:2.17.0"
testImplementation "org.mockito:mockito-inline:2.18.3"
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', {
exclude group: 'com.android.support', module: 'support-annotations'
})