From d14ea7f264c16c4a996dfc788b9c952807c4b143 Mon Sep 17 00:00:00 2001 From: Yang Date: Sun, 6 Oct 2024 21:26:02 +1100 Subject: [PATCH] Fix fixture dependency --- test-fixture/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-fixture/app/build.gradle b/test-fixture/app/build.gradle index f702c552a..fd99469a4 100644 --- a/test-fixture/app/build.gradle +++ b/test-fixture/app/build.gradle @@ -30,7 +30,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach { } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.9' + implementation 'androidx.appcompat:appcompat:1.7.0' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' }