diff --git a/app/build.gradle b/app/build.gradle index ffb38a3..39e990d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.9.3' implementation 'androidx.fragment:fragment-ktx:1.8.5' implementation 'com.squareup.okhttp3:okhttp:4.12.0' - implementation "io.reactivex.rxjava3:rxjava:3.1.9" + implementation "io.reactivex.rxjava3:rxjava:3.1.10" implementation "io.reactivex.rxjava3:rxandroid:3.0.2" testImplementation 'junit:junit:4.13.2'