upgrade deps

This commit is contained in:
Fabian Freund
2026-03-05 19:15:07 +01:00
parent 42fc1c8da0
commit d82f363b74
21 changed files with 48 additions and 35 deletions
@@ -2,7 +2,7 @@ group = "eu.weblibre.flutter_mozilla_components"
version = "1.0-SNAPSHOT"
buildscript {
ext.kotlin_version = "2.2.20"
ext.kotlin_version = "2.3.10"
ext.mozillaComponentsVersion = '148.0'
repositories {
@@ -143,12 +143,12 @@ dependencies {
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.mikepenz:iconics-core:5.4.0'
implementation 'com.mikepenz:community-material-typeface:7.0.96.1-kotlin@aar'
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.12.3'
implementation 'androidx.paging:paging-runtime-ktx:3.4.0'
implementation 'androidx.activity:activity-ktx:1.12.4'
implementation 'androidx.paging:paging-runtime-ktx:3.4.1'
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.mockito:mockito-core:5.15.2")
testImplementation("org.mockito:mockito-core:5.22.0")
}