Skip to content

Commit 249b397

Browse files
⬆️ Bump appcompat from 1.3.0 to 1.3.1
Bumps appcompat from 1.3.0 to 1.3.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>
1 parent a699464 commit 249b397

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

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

4040
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4141
implementation 'androidx.core:core-ktx:1.5.0'
42-
implementation 'androidx.appcompat:appcompat:1.3.0'
42+
implementation 'androidx.appcompat:appcompat:1.3.1'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
4444
implementation project(path: ':progress-button')
4545
testImplementation 'junit:junit:4.+'

progress-button/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636

3737
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3838
implementation 'androidx.core:core-ktx:1.5.0'
39-
implementation 'androidx.appcompat:appcompat:1.3.0'
39+
implementation 'androidx.appcompat:appcompat:1.3.1'
4040
implementation 'com.google.android.material:material:1.4.0'
4141
testImplementation 'junit:junit:4.+'
4242
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

0 commit comments

Comments
 (0)