Skip to content

Commit d14ea7f

Browse files
committed
Fix fixture dependency
1 parent 7c515a2 commit d14ea7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-fixture/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
3030
}
3131

3232
dependencies {
33-
implementation 'androidx.appcompat:appcompat:1.7.9'
33+
implementation 'androidx.appcompat:appcompat:1.7.0'
3434
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
3535
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
3636
}

0 commit comments

Comments
 (0)