diff --git a/app/build.gradle b/app/build.gradle index d4a7cfa..4c8d008 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.5.0' + implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation project(path: ':progress-button') diff --git a/progress-button-compose/build.gradle b/progress-button-compose/build.gradle index a4ad6b1..1a18ab1 100644 --- a/progress-button-compose/build.gradle +++ b/progress-button-compose/build.gradle @@ -54,7 +54,7 @@ android { dependencies { - implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.3.0' testImplementation 'junit:junit:4.+' diff --git a/progress-button/build.gradle b/progress-button/build.gradle index 2c5c4f5..59846cf 100644 --- a/progress-button/build.gradle +++ b/progress-button/build.gradle @@ -44,7 +44,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.5.0' + implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.4.0' testImplementation 'junit:junit:4.+'