From 649d85d1e66bc1ff13b571e9bdbbd88acf324649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 21:44:29 +0000 Subject: [PATCH] Bump trulesk from 0.28 to 4.0 Bumps [trulesk](https://github.com/komputing/trulesk) from 0.28 to 4.0. - [Release notes](https://github.com/komputing/trulesk/releases) - [Commits](https://github.com/komputing/trulesk/compare/0.28...4.0) Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5cb5e99..7ad7df6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -108,7 +108,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0' - androidTestImplementation 'com.github.ligi:trulesk:0.28' + androidTestImplementation 'com.github.ligi:trulesk:4.0' } if (hasProperty("gms")) {