Skip to content

Commit

Permalink
Bump late addition test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erikeeldeiz committed Oct 4, 2018
1 parent 0c0e0c0 commit 463c2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html2bitmap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
androidTestImplementation 'androidx.test:runner:1.1.0-beta01'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta01'
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')

0 comments on commit 463c2bf

Please sign in to comment.