Skip to content

Commit

Permalink
Update more play dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Dec 31, 2021
1 parent 462b99f commit 3d0b576
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {
versionCode: versionMajor * 10000 + versionMinor * 100 + versionBuild,
versionName: "${versionMajor}.${versionMinor}",

dagger : '2.35.1',
lifecycle : '2.3.1',
dagger : '2.40.5',
lifecycle : '2.4.0',
kotlin : '1.4.32',
ktlint : '0.39.0',
okHttp : '4.8.0',
Expand All @@ -40,9 +40,9 @@ buildscript {
classpath 'com.gradleup:static-analysis-plugin:1.3'
classpath 'com.gradleup:auto-manifest-plugin:1.0.4'
if (isPlay) {
classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.2'
classpath 'com.github.triplet.gradle:play-publisher:3.4.0'
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
classpath 'com.github.triplet.gradle:play-publisher:3.7.0-agp4.2'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/configure-crashlytics.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'

dependencies {
playImplementation 'com.google.firebase:firebase-analytics:18.0.3'
playImplementation 'com.google.firebase:firebase-crashlytics:17.4.1'
playImplementation 'com.google.firebase:firebase-analytics-ktx:20.0.2'
playImplementation 'com.google.firebase:firebase-crashlytics-ktx:18.2.6'
}

0 comments on commit 3d0b576

Please sign in to comment.