|
@@ -322,7 +322,7 @@ dependencies {
|
|
|
kapt "com.google.dagger:dagger-compiler:$daggerVersion"
|
|
|
kapt "com.google.dagger:dagger-android-processor:$daggerVersion"
|
|
|
|
|
|
- ktlint "com.pinterest:ktlint:0.42.0"
|
|
|
+ ktlint "com.pinterest:ktlint:0.42.1"
|
|
|
implementation 'org.conscrypt:conscrypt-android:2.5.2'
|
|
|
|
|
|
implementation 'com.google.android.exoplayer:exoplayer:2.14.2'
|
|
@@ -384,7 +384,7 @@ dependencies {
|
|
|
// androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
|
|
|
// fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
|
|
|
//androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}"
|
|
|
- androidTestImplementation 'tools.fastlane:screengrab:2.0.0'
|
|
|
+ androidTestImplementation 'tools.fastlane:screengrab:2.1.0'
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
|
androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2')
|
|
|
|