Skip to content

Commit

Permalink
Upgrade dependencies (+ sync dependency versions w/main)
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Mar 14, 2024
1 parent a4b50c4 commit 8e26ffd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ ext {
compileSdkVersion = 34
buildToolsVersion = '34.0.0'

androidxAnnotationVersion = "1.5.0"
androidxAppCompatVersion = "1.2.0"
// Android dependencies
androidxAnnotationVersion = "1.6.0"
androidxAppCompatVersion = "1.6.1"
localbroadcastmanagerVersion = "1.1.0"
roomVersion = "2.6.1"

// testing
junitVersion = "1.1.5"
mockitoVersion = "3.3.3"
mockitoVersion = "5.7.0"
hamcrestVersion = "1.3"
rulesVersion = "1.5.0"
robolectricVersion = "4.10.2"
Expand Down

0 comments on commit 8e26ffd

Please sign in to comment.