Loading build.gradle +3 −3 Original line number Original line Diff line number Diff line Loading @@ -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' } } } } Loading Loading @@ -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) Loading Loading
build.gradle +3 −3 Original line number Original line Diff line number Diff line Loading @@ -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' } } } } Loading Loading @@ -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) Loading