From af4c42033c6a9d19227f3cad81af9515c9ab2bc3 Mon Sep 17 00:00:00 2001 From: ligi Date: Sat, 29 Feb 2020 03:04:43 +0100 Subject: [PATCH] Use trulesk 0.31 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1a04fa12..9617e428 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -111,7 +111,7 @@ dependencies { implementation 'com.github.salomonbrys.kodein:kodein:4.1.0' compileOnly 'org.glassfish:javax.annotation:3.1.1' - androidTestImplementation 'com.github.ligi:trulesk:0.30' + androidTestImplementation 'com.github.ligi:trulesk:0.31' androidTestUtil 'com.linkedin.testbutler:test-butler-app:2.1.0' androidTestImplementation 'androidx.test:core:1.2.0'