Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 192ff7bc authored by Aayush Gupta's avatar Aayush Gupta
Browse files

OpenWeatherMapWeatherProvider: Upstream dependencies to latest stable version

parent 1e0dd0d9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@ android {

dependencies {
    implementation fileTree(dir: 'libs', include: ['lineage-sdk.jar'])
    implementation 'com.google.code.gson:gson:2.7'
    implementation 'com.squareup.retrofit2:retrofit:2.0.1'
    implementation 'com.squareup.retrofit2:converter-gson:2.0.1'
    implementation 'com.squareup.okhttp3:okhttp:3.2.0'
    implementation 'com.google.code.gson:gson:2.8.7'
    implementation 'com.squareup.retrofit2:retrofit:2.6.1'
    implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
    implementation 'com.squareup.okhttp3:okhttp:4.1.0'
}