Update dependencies

This commit is contained in:
Mygod
2022-02-27 16:14:05 -05:00
parent 3f189ffa6d
commit 56075be69f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
dependencies { dependencies {
classpath(kotlin("gradle-plugin", "1.6.10")) classpath(kotlin("gradle-plugin", "1.6.10"))
classpath("com.android.tools.build:gradle:7.1.1") classpath("com.android.tools.build:gradle:7.1.2")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.1") classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.1")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4") classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
classpath("com.google.gms:google-services:4.3.10") classpath("com.google.gms:google-services:4.3.10")

View File

@@ -81,7 +81,7 @@ dependencies {
implementation("androidx.preference:preference:1.2.0") implementation("androidx.preference:preference:1.2.0")
implementation("androidx.room:room-ktx:$roomVersion") implementation("androidx.room:room-ktx:$roomVersion")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("com.android.billingclient:billing-ktx:4.0.0") implementation("com.android.billingclient:billing-ktx:4.1.0")
implementation("com.google.android.gms:play-services-oss-licenses:17.0.0") implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")
implementation("com.google.android.material:material:1.5.0") implementation("com.google.android.material:material:1.5.0")
implementation("com.google.firebase:firebase-analytics-ktx:20.1.0") implementation("com.google.firebase:firebase-analytics-ktx:20.1.0")