Update Java libraries
Some checks failed
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled

This commit is contained in:
emanuele-f 2024-12-25 16:48:07 +01:00
parent e545bb2c75
commit e5bc37620a

View File

@ -85,18 +85,18 @@ dependencies {
// AndroidX
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.fragment:fragment:1.8.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.fragment:fragment:1.8.5'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation "androidx.navigation:navigation-fragment:2.8.2"
implementation "androidx.navigation:navigation-ui:2.8.2"
implementation "androidx.navigation:navigation-fragment:2.8.5"
implementation "androidx.navigation:navigation-ui:2.8.5"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
// Google
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.brotli:dec:0.1.2'
// Third-party