diff --git a/app/build.gradle b/app/build.gradle index d4a7cfa..9a46d8d 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.8.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..3543d1a 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.8.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..0f867f2 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.8.0' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.4.0' testImplementation 'junit:junit:4.+'