В моем проекте Android есть следующие зависимости:
implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
implementation 'com.squareup.retrofit2:retrofit:2.2.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.4.1'
implementation 'com.squareup.okhttp3:okhttp:3.7.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.7'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
Однако зависимость 'com.squareup.retrofit2: adapter-rxjava2: 2.4.0' вызывает проблемы или конфликты с библиотекой модернизации.,Когда я делаю сетевые запросы, это приводит к ошибке сертификата.Тем не менее, когда я удаляю ту же зависимость, кажется, все работает нормально.