Update dependencies

This commit is contained in:
emanuele-f 2024-09-07 10:18:30 +02:00
parent b1122772ad
commit 95686b1def

View File

@ -75,13 +75,13 @@ android {
dependencies {
// Tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.test:core:1.6.1'
testImplementation "org.robolectric:robolectric:4.11.1"
// AndroidX
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.fragment:fragment:1.6.2'
implementation 'androidx.fragment:fragment:1.8.2'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
@ -89,7 +89,7 @@ dependencies {
implementation "androidx.navigation:navigation-ui:2.7.7"
// Google
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'org.brotli:dec:0.1.2'