diff options
author | cyBerta <cyberta@riseup.net> | 2023-04-11 02:40:15 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-04-11 02:40:15 +0200 |
commit | bf797d855bb55f325e2fb647ac0690aabc62772f (patch) | |
tree | 2ffe0d6b6fbbe8c9994e12d00273b10c827b9d2a /app/build.gradle | |
parent | 04d5df83101f9fc4407eea337fae4fe6cc7a53be (diff) |
handle correctly vpn permission dialog
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index a79c97f1..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' |