|
|
@ -47,7 +47,7 @@ ext.supportLibraryVersion = '27.1.1' |
|
|
|
ext.daggerVersion = '2.15' |
|
|
|
ext.daggerVersion = '2.15' |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
implementation('com.mikepenz:materialdrawer:6.0.6@aar') { |
|
|
|
implementation('com.mikepenz:materialdrawer:6.0.7@aar') { |
|
|
|
transitive = true |
|
|
|
transitive = true |
|
|
|
} |
|
|
|
} |
|
|
|
implementation "com.android.support:appcompat-v7:$supportLibraryVersion" |
|
|
|
implementation "com.android.support:appcompat-v7:$supportLibraryVersion" |
|
|
@ -66,11 +66,11 @@ dependencies { |
|
|
|
implementation 'com.github.varunest:sparkbutton:1.0.5' |
|
|
|
implementation 'com.github.varunest:sparkbutton:1.0.5' |
|
|
|
implementation 'com.github.chrisbanes:PhotoView:2.1.3' |
|
|
|
implementation 'com.github.chrisbanes:PhotoView:2.1.3' |
|
|
|
implementation 'com.mikepenz:google-material-typeface:3.0.1.2.original@aar' |
|
|
|
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' |
|
|
|
exclude group: 'com.android.support' |
|
|
|
} |
|
|
|
} |
|
|
|
implementation 'com.evernote:android-job:1.2.5' |
|
|
|
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 |
|
|
|
//room |
|
|
|
implementation 'android.arch.persistence.room:runtime:1.0.0' |
|
|
|
implementation 'android.arch.persistence.room:runtime:1.0.0' |
|
|
|
kapt 'android.arch.persistence.room:compiler: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" |
|
|
|
kapt "com.google.dagger:dagger-android-processor:$daggerVersion" |
|
|
|
|
|
|
|
|
|
|
|
testImplementation "org.robolectric:robolectric:3.8" |
|
|
|
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', { |
|
|
|
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', { |
|
|
|
exclude group: 'com.android.support', module: 'support-annotations' |
|
|
|
exclude group: 'com.android.support', module: 'support-annotations' |
|
|
|
}) |
|
|
|
}) |
|
|
|