upgrade deps

This commit is contained in:
Fabian Freund
2026-06-21 11:59:37 +02:00
parent 4a5856f143
commit f6930a7c14
10 changed files with 1036 additions and 1767 deletions
@@ -140,19 +140,19 @@ dependencies {
implementation "org.mozilla.components:service-firefox-accounts:$mozillaComponentsVersion"
implementation "org.mozilla.components:support-appservices:$mozillaComponentsVersion"
implementation "org.ironfoxoss.unifiedpush:unifiedpush:151.0.0"
implementation ('org.unifiedpush.android:connector:3.3.2') {
implementation ('org.unifiedpush.android:connector:3.3.3') {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
}
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'com.google.android.material:material:1.13.0'
implementation 'com.google.android.material:material:1.14.0'
implementation 'com.mikepenz:iconics-core:5.5.0'
implementation 'com.mikepenz:community-material-typeface:7.0.96.2-kotlin@aar'
//https://stackoverflow.com/questions/73782320/onbackinvokedcallback-is-not-enabled-for-the-application-in-set-androidenableo
implementation 'androidx.activity:activity-ktx:1.13.0'
implementation 'androidx.paging:paging-runtime-ktx:3.4.2'
implementation 'androidx.paging:paging-runtime-ktx:3.5.0'
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.mockito:mockito-core:5.23.0")