Skip to content

Commit 69e5858

Browse files
Bump appcompat from 1.4.0 to 1.4.1 (#37)
Bumps appcompat from 1.4.0 to 1.4.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b497e89 commit 69e5858

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ afterEvaluate {
7171
}
7272

7373
dependencies {
74-
implementation("androidx.appcompat:appcompat:1.4.0")
74+
implementation("androidx.appcompat:appcompat:1.4.1")
7575
implementation("androidx.core:core-ktx:1.7.0")
7676
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ android {
1818

1919
dependencies {
2020
implementation(project(":library"))
21-
implementation("androidx.appcompat:appcompat:1.4.0")
21+
implementation("androidx.appcompat:appcompat:1.4.1")
2222
}

0 commit comments

Comments
 (0)