File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ android {
4444dependencies {
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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments