Skip to content

Commit

Permalink
Fix fixture dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Oct 6, 2024
1 parent 7c515a2 commit d14ea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-fixture/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit d14ea7f

Please sign in to comment.