Skip to content

Commit

Permalink
Update dependency androidx.appcompat:appcompat to v1.5.1 (#203)
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 Sep 7, 2022
1 parent 269f2a8 commit aaccbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
dependencies {
implementation(project(":slidetoact"))

implementation("androidx.appcompat:appcompat:1.5.0")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("com.google.android.material:material:1.6.1")

testImplementation("junit:junit:4.13.2")
Expand Down
2 changes: 1 addition & 1 deletion slidetoact/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}

dependencies {
implementation("androidx.appcompat:appcompat:1.5.0")
implementation("androidx.appcompat:appcompat:1.5.1")
}

publishing {
Expand Down

0 comments on commit aaccbde

Please sign in to comment.