diff --git a/app/build.gradle b/app/build.gradle index c5c77402..5c0cb7e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,14 +81,14 @@ android { dependencies { // FireBase - googleImplementation platform('com.google.firebase:firebase-bom:32.8.1') - googleImplementation 'com.google.firebase:firebase-analytics-ktx:21.6.2' - googleImplementation 'com.google.firebase:firebase-crashlytics-ktx:18.6.4' + googleImplementation platform('com.google.firebase:firebase-bom:33.0.0') + googleImplementation 'com.google.firebase:firebase-analytics-ktx:22.0.0' + googleImplementation 'com.google.firebase:firebase-crashlytics-ktx:19.0.0' // Core implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.browser:browser:1.8.0' - implementation 'androidx.core:core-ktx:1.12.0' - implementation 'androidx.fragment:fragment-ktx:1.6.2' + implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.fragment:fragment-ktx:1.7.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.multidex:multidex:2.0.1' @@ -99,7 +99,7 @@ dependencies { implementation 'com.github.Blatzar:NiceHttp:0.4.4' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3' implementation 'androidx.preference:preference-ktx:1.2.1' - implementation 'androidx.webkit:webkit:1.10.0' + implementation 'androidx.webkit:webkit:1.11.0' implementation "com.anggrayudi:storage:1.5.5" // Glide @@ -123,7 +123,7 @@ dependencies { implementation "androidx.mediarouter:mediarouter:1.7.0" // UI - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'com.github.RepoDevil:AnimatedBottomBar:7fcb9af' implementation 'com.flaviofaria:kenburnsview:1.0.7' implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0'