Skip to content

Commit 655d3fa

Browse files
chore(deps): bump androidx.appcompat:appcompat from 1.4.1 to 1.7.1
Bumps androidx.appcompat:appcompat from 1.4.1 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-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0aba2f6 commit 655d3fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
}
4040

4141
dependencies {
42-
implementation 'androidx.appcompat:appcompat:1.7.0'
42+
implementation 'androidx.appcompat:appcompat:1.7.1'
4343
implementation 'com.google.android.material:material:1.12.0'
4444
implementation(project(":android-client-sdk"))
4545
}

kotlin-example/build.gradle

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

4747
dependencies {
4848
implementation 'androidx.core:core-ktx:1.15.0'
49-
implementation 'androidx.appcompat:appcompat:1.7.0'
49+
implementation 'androidx.appcompat:appcompat:1.7.1'
5050
implementation 'com.google.android.material:material:1.12.0'
5151
implementation(project(":android-client-sdk"))
5252
}

0 commit comments

Comments
 (0)