We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c7123 commit 5759182Copy full SHA for 5759182
build.gradle.kts
@@ -137,7 +137,7 @@ allprojects {
137
138
lint {
139
disable += "DiscouragedApi"
140
- disable += "ExpiredTargedSdkVersion"
+ disable += "ExpiredTargetSdkVersion"
141
disable += "OldTargetApi"
142
disable += "MissingApplicationIcon"
143
disable += "UnusedAttribute"
logger/build.gradle.kts
@@ -12,5 +12,5 @@ android {
12
}
13
14
dependencies {
15
- debugImplementation("androidx.collection:collection:1.4.0")
+ debugImplementation("androidx.collection:collection:1.4.3")
16
0 commit comments