11plugins {
2- id " com.github.plnice.canidropjetifier" version " 0.4 "
3- id ' com.github.triplet.play' version ' 3.7.0 '
2+ id " com.github.plnice.canidropjetifier" version " 0.5 "
3+ id ' com.github.triplet.play' version ' 3.8.6 '
44}
55
66apply plugin : ' com.android.application'
@@ -232,34 +232,34 @@ dependencies {
232232 implementation project(' :tba-api' )
233233
234234 // Android support libraries
235- implementation(" androidx.activity:activity:1.9.3 " )
235+ implementation(" androidx.activity:activity:1.10.0 " )
236236 implementation ' androidx.cardview:cardview:1.0.0'
237- implementation ' androidx.core:core:1.7 .0'
238- implementation ' androidx.appcompat:appcompat:1.6.1 '
237+ implementation ' androidx.core:core:1.15 .0'
238+ implementation ' androidx.appcompat:appcompat:1.7.0 '
239239 implementation ' androidx.gridlayout:gridlayout:1.0.0'
240240 implementation ' androidx.preference:preference:1.2.1'
241241 implementation ' com.google.android.flexbox:flexbox:3.0.0'
242- implementation ' androidx.viewpager2:viewpager2:1.0 .0'
243- implementation ' com.google.android.material:material:1.12.0-alpha02 '
242+ implementation ' androidx.viewpager2:viewpager2:1.1 .0'
243+ implementation ' com.google.android.material:material:1.12.0'
244244 implementation " androidx.work:work-runtime:$workManagerVersion "
245245 androidTestImplementation " androidx.work:work-testing:$workManagerVersion "
246246 testImplementation " androidx.work:work-testing:$workManagerVersion "
247247
248248 // Play Services Libraries
249249 // See http://developer.android.com/google/play-services/setup.html
250- implementation ' com.google.guava:guava:24.1 -jre'
250+ implementation ' com.google.guava:guava:33.4.0 -jre'
251251// implementation "com.google.firebase:firebase-bom:31.2.3"
252- implementation " com.google.android.gms:play-services-base:18.3 .0"
253- implementation " com.google.android.gms:play-services-analytics:18.0.4 "
254- implementation " com.google.firebase:firebase-messaging:23.4 .0"
255- implementation " com.google.android.gms:play-services-auth:20.7 .0"
256- implementation " com.google.android.gms:play-services-flags:18.0.1 "
257- implementation " com.google.android.gms:play-services-stats:17.0.3 "
252+ implementation " com.google.android.gms:play-services-base:18.5 .0"
253+ implementation " com.google.android.gms:play-services-analytics:18.1.1 "
254+ implementation " com.google.firebase:firebase-messaging:24.1 .0"
255+ implementation " com.google.android.gms:play-services-auth:21.3 .0"
256+ implementation " com.google.android.gms:play-services-flags:18.1.0 "
257+ implementation " com.google.android.gms:play-services-stats:17.1.0 "
258258 implementation " com.google.firebase:firebase-core:21.1.1"
259- implementation " com.google.firebase:firebase-auth:22.3 .0"
260- implementation " com.google.firebase:firebase-config:21.6 .0"
261- implementation ' com.google.firebase:firebase-perf:20.5.1 '
262- implementation ' com.google.firebase:firebase-analytics:21.5 .0'
259+ implementation " com.google.firebase:firebase-auth:23.2 .0"
260+ implementation " com.google.firebase:firebase-config:22.1 .0"
261+ implementation ' com.google.firebase:firebase-perf:21.0.4 '
262+ implementation ' com.google.firebase:firebase-analytics:22.2 .0'
263263 implementation ' com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
264264
265265 // Square Libraries
@@ -268,8 +268,8 @@ dependencies {
268268 implementation " com.squareup.retrofit2:adapter-rxjava:${ retrofitVersion} "
269269 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
270270
271- implementation ' com.google.firebase:firebase-crashlytics:18.6 .0'
272- implementation ' com.google.firebase:firebase-analytics:21.5 .0'
271+ implementation ' com.google.firebase:firebase-crashlytics:19.4 .0'
272+ implementation ' com.google.firebase:firebase-analytics:22.2 .0'
273273 implementation " com.google.dagger:dagger:${ daggerVersion} "
274274 implementation " com.google.dagger:hilt-android:${ daggerVersion} "
275275 annotationProcessor " com.google.dagger:dagger-compiler:${ daggerVersion} "
@@ -278,8 +278,8 @@ dependencies {
278278 androidTestAnnotationProcessor " com.google.dagger:hilt-compiler:${ daggerVersion} "
279279 testImplementation " com.google.dagger:hilt-android-testing:${ daggerVersion} "
280280 testAnnotationProcessor " com.google.dagger:hilt-compiler:${ daggerVersion} "
281- implementation ' androidx.hilt:hilt-work:1.1 .0'
282- annotationProcessor ' androidx.hilt:hilt-compiler:1.1 .0'
281+ implementation ' androidx.hilt:hilt-work:1.2 .0'
282+ annotationProcessor ' androidx.hilt:hilt-compiler:1.2 .0'
283283
284284 // Other third party libraries
285285 implementation " com.google.code.gson:gson:${ gsonVersion} "
@@ -300,23 +300,23 @@ dependencies {
300300 annotationProcessor " com.github.permissions-dispatcher:permissionsdispatcher-processor:${ permissionDispatcherVersion} "
301301
302302 // testing
303- testImplementation ' androidx.test:core:1.5.0 '
304- testImplementation ' androidx.test:runner:1.5 .2'
305- testImplementation ' androidx.test:rules:1.5.0 '
306- testImplementation ' androidx.test.ext:junit:1.1.5 '
303+ testImplementation ' androidx.test:core:1.6.1 '
304+ testImplementation ' androidx.test:runner:1.6 .2'
305+ testImplementation ' androidx.test:rules:1.6.1 '
306+ testImplementation ' androidx.test.ext:junit:1.2.1 '
307307 testImplementation " org.mockito:mockito-core:${ mockitoVersion} "
308308 testImplementation " org.robolectric:robolectric:${ robolectricVersion} "
309309 testAnnotationProcessor " com.google.dagger:dagger-compiler:${ daggerVersion} "
310310
311311 // instrumentation
312- androidTestImplementation ' androidx.annotation:annotation:1.7 .1'
313- androidTestImplementation ' androidx.test:runner:1.5 .2'
314- androidTestImplementation ' androidx.test:rules:1.5.0 '
315- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5 .1'
312+ androidTestImplementation ' androidx.annotation:annotation:1.9 .1'
313+ androidTestImplementation ' androidx.test:runner:1.6 .2'
314+ androidTestImplementation ' androidx.test:rules:1.6.1 '
315+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6 .1'
316316 androidTestImplementation ' com.google.code.findbugs:jsr305:3.0.2'
317317
318318 // Leak Canary
319- debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.12 '
319+ debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.14 '
320320}
321321
322322apply plugin : ' com.google.gms.google-services'
0 commit comments