Skip to content

Commit

Permalink
testImplementation -> implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 19, 2024
1 parent d6334f9 commit 4ce59b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sourceSets {

dependencies {
implementation 'com.facebook.soloader:nativeloader:0.10.5'
testImplementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:2.9.0'
testImplementation 'org.mockito:mockito-core:2.28.2'
Expand Down

0 comments on commit 4ce59b2

Please sign in to comment.