Skip to content

Commit 8c115fe

Browse files
committed
update test dependencies
1 parent 52d1ede commit 8c115fe

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

core/src/androidTest/java/io/snabble/sdk/SnabbleSdkTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import android.content.Context;
55
import android.os.StrictMode;
66

7-
import androidx.test.InstrumentationRegistry;
87
import androidx.test.filters.LargeTest;
8+
import androidx.test.platform.app.InstrumentationRegistry;
99
import androidx.test.runner.AndroidJUnit4;
1010

1111
import org.apache.commons.io.FileUtils;

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

ui/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5757
apply from: '../scripts/maven.gradle'

utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4646
apply from: '../scripts/maven.gradle'

0 commit comments

Comments
 (0)