Update dependencies
This commit is contained in:
@@ -83,10 +83,10 @@ dependencies {
|
||||
implementation("androidx.preference:preference:1.1.1")
|
||||
implementation("androidx.room:room-ktx:$roomVersion")
|
||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||
implementation("com.android.billingclient:billing-ktx:3.0.0")
|
||||
implementation("com.android.billingclient:billing-ktx:3.0.1")
|
||||
implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")
|
||||
implementation("com.google.android.material:material:1.2.1")
|
||||
implementation("com.google.firebase:firebase-analytics-ktx:17.5.0")
|
||||
implementation("com.google.firebase:firebase-analytics-ktx:17.6.0")
|
||||
implementation("com.google.firebase:firebase-crashlytics:17.2.2")
|
||||
implementation("com.google.zxing:core:3.4.1")
|
||||
implementation("com.jakewharton.timber:timber:4.7.1")
|
||||
|
||||
@@ -21,7 +21,6 @@ import kotlinx.coroutines.CancellationException
|
||||
import timber.log.Timber
|
||||
import java.io.BufferedWriter
|
||||
import java.io.IOException
|
||||
import java.lang.RuntimeException
|
||||
import java.net.Inet4Address
|
||||
import java.net.InetAddress
|
||||
import java.net.NetworkInterface
|
||||
|
||||
Reference in New Issue
Block a user