Skip to content

Commit bcd6d7f

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 1181651 commit bcd6d7f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

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

5050
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
5151
implementation 'androidx.core:core-ktx:1.5.0'
52-
implementation 'androidx.appcompat:appcompat:1.3.0'
52+
implementation 'androidx.appcompat:appcompat:1.3.1'
5353
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
5454
implementation project(path: ':progress-button')
5555
implementation project(path: ':progress-button-compose')

progress-button-compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
dependencies {
4545

4646
implementation 'androidx.core:core-ktx:1.6.0'
47-
implementation 'androidx.appcompat:appcompat:1.3.0'
47+
implementation 'androidx.appcompat:appcompat:1.3.1'
4848
implementation 'com.google.android.material:material:1.3.0'
4949
testImplementation 'junit:junit:4.+'
5050
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

progress-button/build.gradle

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

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

0 commit comments

Comments
 (0)