Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
binarynoise committed Aug 8, 2024
1 parent 91c7123 commit 5759182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ allprojects {

lint {
disable += "DiscouragedApi"
disable += "ExpiredTargedSdkVersion"
disable += "ExpiredTargetSdkVersion"
disable += "OldTargetApi"
disable += "MissingApplicationIcon"
disable += "UnusedAttribute"
Expand Down
2 changes: 1 addition & 1 deletion logger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ android {
}

dependencies {
debugImplementation("androidx.collection:collection:1.4.0")
debugImplementation("androidx.collection:collection:1.4.3")
}

0 comments on commit 5759182

Please sign in to comment.