From 39c96c58a5734b607e254c2352e3088d09fcd5b8 Mon Sep 17 00:00:00 2001 From: Samuel Date: Fri, 2 Jul 2021 17:08:40 +0100 Subject: [PATCH] fix(build): incorrect dep update --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index 0d6af5d..bd13bdf 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -69,7 +69,7 @@ dependencies { testImplementation 'org.junit.vintage:junit-vintage-engine:5.7.2' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - androidTestImplementation 'androidx.annotation:annotation:1.2.0' + androidTestImplementation 'androidx.annotation:annotation:1.1.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:rules:1.4.0'