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

Commit 63c8511e authored by Robert Wiebe's avatar Robert Wiebe
Browse files
parents 81789766 1a998861
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@ buildscript {
        jcenter()
        jcenter()
    }
    }
    dependencies {
    dependencies {
        classpath 'com.android.tools.build:gradle:3.3.2'
        classpath 'com.android.tools.build:gradle:3.4.2'
        classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
        classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
    }
    }
}
}
@@ -59,11 +59,11 @@ dependencies {


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


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


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


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


    // Required for local unit tests (JUnit 4 framework)
    // Required for local unit tests (JUnit 4 framework)