Skip to content

Commit 6e9f2de

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 b195825 commit 6e9f2de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343

4444
dependencies {
4545
testImplementation "junit:junit:4.13.2"
46-
implementation "androidx.appcompat:appcompat:1.7.0"
46+
implementation "androidx.appcompat:appcompat:1.7.1"
4747
implementation project(":library")
4848
implementation "androidx.core:core-ktx:1.16.0"
4949
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
}
3636

3737
dependencies {
38-
implementation "androidx.appcompat:appcompat:1.7.0"
38+
implementation "androidx.appcompat:appcompat:1.7.1"
3939
implementation "androidx.core:core-ktx:1.16.0"
4040
api "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1"
4141
implementation "com.squareup.okhttp3:okhttp:4.12.0"

0 commit comments

Comments
 (0)