“Модернизация зависимости в Android Studio” Ответ

Добавить модернизацию Android

implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
Proud Pelican

Модернизация Android

def retrofit_version = "2.9.0"
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
Blue-eyed Bird

Модернизация зависимости в Android Studio

// Retrofit
    implementation 'com.squareup.retrofit2:retrofit:2.6.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
    implementation "com.squareup.okhttp3:logging-interceptor:4.5.0"
Ibk

Реализация модернизации

dependencies {
    implementation "com.google.code.gson:gson:2.8.7"
    implementation "com.squareup.retrofit2:retrofit:2.9.0"
    implementation "com.squareup.retrofit2:converter-gson:2.9.0"

}
Purple Team

Модернизация Android

implementation 'com.squareup.retrofit2:retrofit:2.9.0'
Agreeable Antelope

Ответы похожие на “Модернизация зависимости в Android Studio”

Вопросы похожие на “Модернизация зависимости в Android Studio”

Больше похожих ответов на “Модернизация зависимости в Android Studio” по Java

Смотреть популярные ответы по языку

Смотреть другие языки программирования