@@ -45,7 +45,7 @@ android {
4545}
4646
4747dependencies {
48- def room_version = " 2.2.5 "
48+ def room_version = " 2.2.3 "
4949
5050 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
5151 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
@@ -60,21 +60,24 @@ dependencies {
6060 // room
6161 implementation " androidx.room:room-runtime:$room_version "
6262 kapt " androidx.room:room-compiler:$room_version "
63+ androidTestImplementation " androidx.room:room-testing:2.2.3"
64+ androidTestImplementation ' androidx.test.ext:junit:1.1.1'
65+ androidTestImplementation " org.koin:koin-test:2.0.1"
66+ androidTestImplementation " org.mockito:mockito-core:2.25.0"
6367
6468 // test implementation
65- implementation ' androidx.legacy:legacy-support-v4:1.0.0'
66- testImplementation ' junit:junit:4.12'
67- testImplementation ' org.robolectric:robolectric:4.3'
68- testImplementation ' org.powermock:powermock-api-mockito:1.4.12'
69- testImplementation ' org.powermock:powermock-module-junit4:1.6.2'
70- testImplementation ' org.mockito:mockito-core:2.28.2'
71- testImplementation ' androidx.arch.core:core-testing:2.1.0'
72- androidTestImplementation ' androidx.test:runner:1.2.0'
73- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
74- androidTestImplementation ' androidx.test:rules:1.2.0'
75- androidTestImplementation ' androidx.test:core:1.2.0'
76- androidTestImplementation ' androidx.test.ext:junit:1.1.1'
77- androidTestImplementation ' androidx.test.espresso:espresso-intents:3.2.0'
69+ // implementation 'androidx.legacy:legacy-support-v4:1.0.0'
70+ // testImplementation 'junit:junit:4.12'
71+ // testImplementation 'org.robolectric:robolectric:4.3'
72+ // testImplementation 'org.powermock:powermock-api-mockito:1.4.12'
73+ // testImplementation 'org.powermock:powermock-module-junit4:1.6.2'
74+ // testImplementation 'androidx.arch.core:core-testing:2.1.0'
75+ // androidTestImplementation 'androidx.test:runner:1.2.0'
76+ // androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
77+ // androidTestImplementation 'androidx.test:rules:1.2.0'
78+ // androidTestImplementation 'androidx.test:core:1.2.0'
79+ // androidTestImplementation 'androidx.test.ext:junit:1.1.1'
80+ // androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0'
7881
7982 // Google Ads
8083 implementation ' com.google.android.gms:play-services-ads:18.2.0'
0 commit comments