Loading build.gradle +1 −2 Original line number Original line Diff line number Diff line Loading @@ -51,7 +51,6 @@ android { } } dependencies { dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.appcompat:appcompat:1.0.2" implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.core:core:1.0.1' implementation 'androidx.core:core:1.0.1' Loading @@ -72,5 +71,5 @@ dependencies { // Required for local unit tests (JUnit 4 framework) // Required for local unit tests (JUnit 4 framework) testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12' // required if you want to use Mockito for unit tests // required if you want to use Mockito for unit tests testImplementation 'org.mockito:mockito-core:2.26.0' testImplementation 'org.mockito:mockito-core:2.27.0' } } Loading
build.gradle +1 −2 Original line number Original line Diff line number Diff line Loading @@ -51,7 +51,6 @@ android { } } dependencies { dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.appcompat:appcompat:1.0.2" implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.core:core:1.0.1' implementation 'androidx.core:core:1.0.1' Loading @@ -72,5 +71,5 @@ dependencies { // Required for local unit tests (JUnit 4 framework) // Required for local unit tests (JUnit 4 framework) testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12' // required if you want to use Mockito for unit tests // required if you want to use Mockito for unit tests testImplementation 'org.mockito:mockito-core:2.26.0' testImplementation 'org.mockito:mockito-core:2.27.0' } }