|
|
|
@ -101,7 +101,6 @@ ext.daggerVersion = '2.25.3' |
|
|
|
|
|
|
|
|
|
// if libraries are changed here, they should also be changed in LicenseActivity |
|
|
|
|
dependencies { |
|
|
|
|
|
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" |
|
|
|
|
|
|
|
|
|
implementation "androidx.core:core-ktx:1.2.0-rc01" |
|
|
|
@ -161,23 +160,18 @@ dependencies { |
|
|
|
|
} |
|
|
|
|
implementation "com.mikepenz:google-material-typeface:3.0.1.3.original@aar" |
|
|
|
|
|
|
|
|
|
implementation("com.theartofdev.edmodo:android-image-cropper:2.8.0") { |
|
|
|
|
exclude group: "com.android.support" |
|
|
|
|
} |
|
|
|
|
implementation "com.theartofdev.edmodo:android-image-cropper:2.8.0" |
|
|
|
|
|
|
|
|
|
implementation "com.evernote:android-job:1.4.2" |
|
|
|
|
|
|
|
|
|
implementation "de.c1710:filemojicompat:1.0.17" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation "androidx.test.ext:junit:1.1.1" |
|
|
|
|
testImplementation "org.robolectric:robolectric:4.3.1" |
|
|
|
|
testImplementation "org.mockito:mockito-inline:3.2.4" |
|
|
|
|
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" |
|
|
|
|
|
|
|
|
|
androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1", { |
|
|
|
|
exclude group: "com.android.support", module: "support-annotations" |
|
|
|
|
}) |
|
|
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.2.0" |
|
|
|
|
androidTestImplementation "android.arch.persistence.room:testing:1.1.1" |
|
|
|
|
androidTestImplementation "androidx.test.ext:junit:1.1.1" |
|
|
|
|
|
|
|
|
|