Loading build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ android { dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "androidx.appcompat:appcompat:1.1.0-alpha04" implementation "androidx.appcompat:appcompat:1.0.2" implementation 'com.google.code.gson:gson:2.8.5' Loading @@ -57,5 +57,5 @@ dependencies { // Required for local unit tests (JUnit 4 framework) testImplementation 'junit:junit:4.12' // required if you want to use Mockito for unit tests testImplementation 'org.mockito:mockito-core:2.25.1' testImplementation 'org.mockito:mockito-core:2.26.0' } Loading
build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ android { dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "androidx.appcompat:appcompat:1.1.0-alpha04" implementation "androidx.appcompat:appcompat:1.0.2" implementation 'com.google.code.gson:gson:2.8.5' Loading @@ -57,5 +57,5 @@ dependencies { // Required for local unit tests (JUnit 4 framework) testImplementation 'junit:junit:4.12' // required if you want to use Mockito for unit tests testImplementation 'org.mockito:mockito-core:2.25.1' testImplementation 'org.mockito:mockito-core:2.26.0' }