Skip to content

Commit

Permalink
bump libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Oct 31, 2023
1 parent f9b418b commit 6aa2eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {
implementation 'androidx.fragment:fragment-ktx:1.6.1'
implementation 'androidx.preference:preference-ktx:1.2.1'

implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.0'

implementation 'com.github.tony19:logback-android:3.0.0'

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {

yubiKitVersion = "2.4.0-beta01"
junitVersion = "4.13.2"
mockitoVersion = "5.5.0"
mockitoVersion = "5.6.0"
}
}

Expand Down

0 comments on commit 6aa2eef

Please sign in to comment.