Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2021-07-15 07:41:11 +0300
committerDaniel Schaal <daniel@schaal.email>2021-07-25 10:10:47 +0300
commitd6458388970c9f9b9f22230f13d85b0c31e74f60 (patch)
treef906fc212bae5f84a22411b5466c99a4cd36a33b
parente5d81816a3237d8040da5d3ec263c89204264b26 (diff)
Fix espresso version
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 73f6b782..86bf8ca3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,7 @@ ext {
core : "1.6.0",
annotation : "1.2.0",
junit_ext : "1.1.3",
- espresso : "1.4.0"
+ espresso : "3.4.0"
]
}