File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ dependencies {
110
110
androidTestImplementation " androidx.test.ext:junit-ktx:${ versions.junit_android} "
111
111
androidTestImplementation " androidx.test.espresso:espresso-core:${ versions.espresso} "
112
112
androidTestImplementation " androidx.test:core-ktx:${ versions.androidx_test} "
113
+ androidTestImplementation " androidx.test:monitor:${ versions.androidx_test} "
113
114
androidTestImplementation " io.github.kakaocup:kakao:${ versions.kakao} "
114
115
115
116
implementation project(' :core' )
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext {
5
5
buildConfig = [
6
- ' compileSdk' : 30 ,
6
+ ' compileSdk' : 31 ,
7
7
' minSdk' : 21 ,
8
- ' targetSdk' : 30 ,
8
+ ' targetSdk' : 31 ,
9
9
10
10
' version' : [
11
11
' major' : 0 ,
@@ -29,7 +29,7 @@ buildscript {
29
29
' mockito_ktx' : ' 2.2.0' ,
30
30
' robolectric' : ' 4.5' ,
31
31
' androidx_test' : ' 1.4.0' ,
32
- ' fragment_test' : ' 1.3.6 ' ,
32
+ ' fragment_test' : ' 1.4.0 ' ,
33
33
' junit_ktx' : ' 1.1.3' ,
34
34
' coroutines' : ' 1.5.0' ,
35
35
' coroutine_tst' : ' 1.6.0' ,
You can’t perform that action at this time.
0 commit comments