diff --git a/app/build.gradle b/app/build.gradle index c1fb511..6203dc1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.activity:activity-ktx:1.9.2' + implementation 'androidx.activity:activity-ktx:1.9.3' implementation 'androidx.fragment:fragment-ktx:1.8.4' implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation "io.reactivex.rxjava3:rxjava:3.1.9"