Skip to content

Commit

Permalink
fix(build): incorrect dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Jul 2, 2021
1 parent b45b14a commit 39c96c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 39c96c5

Please sign in to comment.