diff --git a/app/build.gradle b/app/build.gradle index d4a7cfa..11a0b5e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.5.0' - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation project(path: ':progress-button') implementation project(path: ':progress-button-compose') diff --git a/progress-button-compose/build.gradle b/progress-button-compose/build.gradle index a4ad6b1..dc6ab50 100644 --- a/progress-button-compose/build.gradle +++ b/progress-button-compose/build.gradle @@ -55,7 +55,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.6.0' - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'com.google.android.material:material:1.3.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.3' diff --git a/progress-button/build.gradle b/progress-button/build.gradle index 2c5c4f5..74ca07d 100644 --- a/progress-button/build.gradle +++ b/progress-button/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.5.0' - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'com.google.android.material:material:1.4.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.3'