Skip to content

Commit f10f5f5

Browse files
committed
Fix instrumentation test start
1 parent ca10ce2 commit f10f5f5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ dependencies {
110110
androidTestImplementation "androidx.test.ext:junit-ktx:${versions.junit_android}"
111111
androidTestImplementation "androidx.test.espresso:espresso-core:${versions.espresso}"
112112
androidTestImplementation "androidx.test:core-ktx:${versions.androidx_test}"
113+
androidTestImplementation "androidx.test:monitor:${versions.androidx_test}"
113114
androidTestImplementation "io.github.kakaocup:kakao:${versions.kakao}"
114115

115116
implementation project(':core')

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
buildscript {
44
ext {
55
buildConfig = [
6-
'compileSdk': 30,
6+
'compileSdk': 31,
77
'minSdk' : 21,
8-
'targetSdk' : 30,
8+
'targetSdk' : 31,
99

1010
'version' : [
1111
'major': 0,
@@ -29,7 +29,7 @@ buildscript {
2929
'mockito_ktx' : '2.2.0',
3030
'robolectric' : '4.5',
3131
'androidx_test': '1.4.0',
32-
'fragment_test': '1.3.6',
32+
'fragment_test': '1.4.0',
3333
'junit_ktx' : '1.1.3',
3434
'coroutines' : '1.5.0',
3535
'coroutine_tst': '1.6.0',

0 commit comments

Comments
 (0)