Skip to content

Commit 3b8ac13

Browse files
committed
Update deps
1 parent 5d9fa04 commit 3b8ac13

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.github.triplet.gradle.androidpublisher.ReleaseStatus
22

33
plugins {
4-
id 'com.github.triplet.play' version '3.8.6'
4+
id 'com.github.triplet.play' version '3.12.1'
55
}
66

77
apply plugin: 'com.android.application'
@@ -79,13 +79,13 @@ dependencies {
7979
}
8080

8181
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
82-
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
82+
implementation 'com.squareup.okhttp3:okhttp:5.1.0'
8383
implementation 'com.github.scribejava:scribejava-core:8.3.3'
8484
implementation 'com.github.scribejava:scribejava-httpclient-okhttp:8.3.3'
8585

86-
implementation 'com.google.android.material:material:1.10.0'
86+
implementation 'com.google.android.material:material:1.12.0'
8787

88-
standardImplementation 'com.google.firebase:firebase-perf:20.5.1'
88+
standardImplementation 'com.google.firebase:firebase-perf:21.0.5'
8989
}
9090

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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.google.gms:google-services:4.4.0'
9-
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
108
classpath 'com.android.tools.build:gradle:8.11.1'
9+
classpath 'com.google.gms:google-services:4.4.3'
10+
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.4'
1111
classpath 'com.google.firebase:perf-plugin:1.4.2'
1212
}
1313
}

0 commit comments

Comments
 (0)