Skip to content

Commit

Permalink
Update dependency androidx.appcompat:appcompat to v1.5.1 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2022
1 parent f888560 commit 5e96d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-picker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kotlin {
}
val androidMain by getting {
dependencies {
api("androidx.appcompat:appcompat:1.5.0")
api("androidx.appcompat:appcompat:1.5.1")
api("androidx.core:core-ktx:1.8.0")
}
}
Expand Down

0 comments on commit 5e96d40

Please sign in to comment.