diff --git a/build.gradle b/build.gradle index f51fd32b4c..4b95a97143 100644 --- a/build.gradle +++ b/build.gradle @@ -376,7 +376,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:1.2.0' + androidTestImplementation 'tools.fastlane:screengrab:2.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" androidTestCompile('com.android.support.test.espresso:espresso-intents:2.2.1') diff --git a/src/androidTest/AndroidManifest.xml b/src/androidTest/AndroidManifest.xml index d64cd4665e..f22349d38f 100644 --- a/src/androidTest/AndroidManifest.xml +++ b/src/androidTest/AndroidManifest.xml @@ -30,5 +30,5 @@ package="${applicationId}.test" android:sharedUserId="${applicationId}.uid"> - +