Skip to content

Commit 24c0b5d

Browse files
Bump androidx.appcompat:appcompat from 1.7.0 to 1.7.1
Bumps androidx.appcompat:appcompat from 1.7.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98caf92 commit 24c0b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
exclude([group: "org.jetbrains.kotlin", module: "kotlin-stdlib-jdk8"])
3939
}
4040
implementation fileTree(dir: 'libs', include: ['*.jar'])
41-
implementation 'androidx.appcompat:appcompat:1.7.0'
41+
implementation 'androidx.appcompat:appcompat:1.7.1'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
4343
implementation 'androidx.preference:preference:1.2.1'
4444
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)