Skip to content

Commit 7e5b030

Browse files
Update dependencies
1 parent 6c4fa00 commit 7e5b030

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

android/build.gradle

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
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

66
apply 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

322322
apply plugin: 'com.google.gms.google-services'

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:8.8.1'
13-
classpath 'com.google.gms:google-services:4.4.0'
13+
classpath 'com.google.gms:google-services:4.4.2'
1414
classpath 'com.google.firebase:perf-plugin:1.4.2'
1515

1616
// code coverage testing
@@ -22,14 +22,14 @@ buildscript {
2222
// Screenshot testing
2323
classpath 'com.facebook.testing.screenshot:plugin:0.15.0'
2424

25-
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
25+
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.3'
2626

2727
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.50'
2828
}
2929
}
3030

3131
plugins {
32-
id "com.github.ben-manes.versions" version "0.42.0"
32+
id "com.github.ben-manes.versions" version "0.50.0"
3333
id "org.openapi.generator" version "7.10.0"
3434
}
3535

@@ -50,15 +50,15 @@ allprojects {
5050
firebaseVersion = '16.0.6'
5151
crashlyticsVersion = '2.10.1'
5252
googleApiClientVersion = '1.21.0'
53-
mockitoVersion = '5.8.0'
54-
retrofitVersion = '2.9.0'
53+
mockitoVersion = '5.15.2'
54+
retrofitVersion = '2.11.0'
5555
rxJavaVersion = '1.3.8'
5656
rxAndroidVersion = '1.2.1'
57-
gsonVersion = '2.10.1'
58-
daggerVersion = '2.50'
57+
gsonVersion = '2.12.1'
58+
daggerVersion = '2.55'
5959
robolectricVersion = '4.14.1'
6060
permissionDispatcherVersion = '4.9.2'
61-
workManagerVersion = '2.9.0'
61+
workManagerVersion = '2.10.0'
6262

6363
travisBuild = System.getenv("CI") == "true"
6464
// allows for -Dpre-dex=false to be set

0 commit comments

Comments
 (0)