diff options
author | cyberta <cyberta@riseup.net> | 2023-04-12 08:12:07 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2023-04-12 08:12:07 +0000 |
commit | a4deca391ce064510002e24ba9f18d965f0dee59 (patch) | |
tree | 2ffe0d6b6fbbe8c9994e12d00273b10c827b9d2a /app/build.gradle | |
parent | 49adad2fabcee3077be729064409bfcfbc99fe01 (diff) | |
parent | bf797d855bb55f325e2fb647ac0690aabc62772f (diff) |
Merge branch 'improve_fastlane' into 'master'
improve fastlane
See merge request leap/bitmask_android!244
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 5e5de9d0..6db759b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -410,6 +410,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.0' + androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' androidTestImplementation 'tools.fastlane:screengrab:2.1.1' testImplementation 'tools.fastlane:screengrab:2.1.1' @@ -417,7 +418,7 @@ dependencies { testImplementation 'org.json:json:20180813' androidTestImplementation 'androidx.test.ext:junit:1.1.4' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' + debugImplementation 'com.squareup.leakcanary:leakcanary-android-core:2.9.1' annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3' annotationProcessor 'com.squareup.dagger:dagger-compiler:1.2.2' implementation 'com.jakewharton:butterknife:10.2.1' |