File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
src/androidTest/java/io/snabble/sdk Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ dependencies {
4444
4545 testImplementation ' junit:junit:4.12'
4646
47- androidTestImplementation ' androidx.test:rules:1.1.0-beta01 '
48- androidTestImplementation ' androidx.test:runner:1.1.0-beta01 '
49- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0-beta01 '
47+ androidTestImplementation ' androidx.test:rules:1.1.0'
48+ androidTestImplementation ' androidx.test:runner:1.1.0'
49+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0'
5050 androidTestImplementation " com.squareup.okhttp3:mockwebserver:${ project.okhttpVersion} "
5151}
5252
Original file line number Diff line number Diff line change 44import android .content .Context ;
55import android .os .StrictMode ;
66
7- import androidx .test .InstrumentationRegistry ;
87import androidx .test .filters .LargeTest ;
8+ import androidx .test .platform .app .InstrumentationRegistry ;
99import androidx .test .runner .AndroidJUnit4 ;
1010
1111import org .apache .commons .io .FileUtils ;
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ dependencies {
4949 releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
5050
5151 testImplementation ' junit:junit:4.12'
52- androidTestImplementation ' androidx.test:runner:1.1.0-beta01 '
53- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0-beta01 '
52+ androidTestImplementation ' androidx.test:runner:1.1.0'
53+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0'
5454}
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ dependencies {
5050 implementation ' com.squareup.picasso:picasso:2.5.2'
5151
5252 testImplementation ' junit:junit:4.12'
53- androidTestImplementation ' androidx.test:runner:1.1.0-beta01 '
54- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0-beta01 '
53+ androidTestImplementation ' androidx.test:runner:1.1.0'
54+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0'
5555}
5656
5757apply from : ' ../scripts/maven.gradle'
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ dependencies {
3939 implementation ' com.google.code.gson:gson:2.8.5'
4040
4141 testImplementation ' junit:junit:4.12'
42- androidTestImplementation ' androidx.test:runner:1.1.0-beta01 '
43- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0-beta01 '
42+ androidTestImplementation ' androidx.test:runner:1.1.0'
43+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0'
4444}
4545
4646apply from : ' ../scripts/maven.gradle'
You can’t perform that action at this time.
0 commit comments