Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyMuse committed Feb 15, 2021
2 parents aea261e + f009e88 commit f166486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation project(path: ':biometrics')
implementation project(path: ':navigation')

testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'

//language features
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {


//tests
junitVersion = '4.13.1'
junitVersion = '4.13.2'
hamcrestVersion = '1.3'
androidXTestCoreVersion = '1.3.0'
androidXTestExtKotlinRunnerVersion = '1.1.2'
Expand Down

0 comments on commit f166486

Please sign in to comment.