Update dependencies
This commit is contained in:
@@ -147,7 +147,7 @@ _a.k.a. things that can go wrong if this app doesn't work._
|
|||||||
This is a list of stuff that might impact this app's functionality if unavailable.
|
This is a list of stuff that might impact this app's functionality if unavailable.
|
||||||
This is only meant to be an index.
|
This is only meant to be an index.
|
||||||
You can read more in the source code.
|
You can read more in the source code.
|
||||||
API restrictions are updated up to [SHA-256 checksum `156715dfa705a048926dca876d731d72604df32e8bcac055af32866b50bc2cc8`](https://dl.google.com/developers/android/sc/non-sdk/hiddenapi-flags.csv).
|
API restrictions are updated up to [SHA-256 checksum `d594d905147a3b74af0f9e026939e56856eeccce1995abff3634729be23deeed`](https://dl.google.com/developers/android/sc/non-sdk/hiddenapi-flags.csv).
|
||||||
|
|
||||||
Greylisted/blacklisted APIs or internal constants: (some constants are hardcoded or implicitly used)
|
Greylisted/blacklisted APIs or internal constants: (some constants are hardcoded or implicitly used)
|
||||||
|
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ buildscript {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath(kotlin("gradle-plugin", "1.5.21"))
|
classpath(kotlin("gradle-plugin", "1.5.21"))
|
||||||
classpath("com.android.tools.build:gradle:7.0.0")
|
classpath("com.android.tools.build:gradle:7.0.1")
|
||||||
classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.1")
|
classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.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.8")
|
classpath("com.google.gms:google-services:4.3.10")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -83,11 +83,11 @@ dependencies {
|
|||||||
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.0.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-alpha01")
|
implementation("com.google.android.material:material:1.5.0-alpha02")
|
||||||
implementation("com.google.firebase:firebase-analytics-ktx:19.0.0")
|
implementation("com.google.firebase:firebase-analytics-ktx:19.0.1")
|
||||||
implementation("com.google.firebase:firebase-crashlytics:18.2.0")
|
implementation("com.google.firebase:firebase-crashlytics:18.2.1")
|
||||||
implementation("com.google.zxing:core:3.4.1")
|
implementation("com.google.zxing:core:3.4.1")
|
||||||
implementation("com.jakewharton.timber:timber:4.7.1")
|
implementation("com.jakewharton.timber:timber:5.0.1")
|
||||||
implementation("com.linkedin.dexmaker:dexmaker:2.28.1")
|
implementation("com.linkedin.dexmaker:dexmaker:2.28.1")
|
||||||
implementation("com.takisoft.preferencex:preferencex-simplemenu:1.1.0")
|
implementation("com.takisoft.preferencex:preferencex-simplemenu:1.1.0")
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.4")
|
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.4")
|
||||||
|
|||||||
Reference in New Issue
Block a user