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

Commit 91195185 authored by Unpublished's avatar Unpublished
Browse files

Bump some deps



Signed-off-by: default avatarUnpublished <unpublished@gmx.net>
parent 4fd36fca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -53,17 +53,17 @@ android {
dependencies {
    implementation "androidx.appcompat:appcompat:1.0.2"
    implementation 'androidx.annotation:annotation:1.0.2'
    implementation 'androidx.core:core:1.0.1'
    implementation 'androidx.core:core:1.0.2'
    implementation 'androidx.fragment:fragment:1.0.0'

    implementation 'com.google.code.gson:gson:2.8.5'

    implementation 'io.reactivex.rxjava2:rxjava:2.1.4'
    implementation 'io.reactivex.rxjava2:rxjava:2.2.8'

    implementation 'commons-io:commons-io:2.6'

    implementation 'com.squareup.retrofit2:retrofit:2.5.0'
    implementation 'com.squareup.okhttp3:okhttp:3.12.2'
    implementation 'com.squareup.okhttp3:okhttp:3.12.3'

    // Required for local unit tests (JUnit 4 framework)
    testImplementation 'junit:junit:4.12'