@@ -45,7 +45,7 @@ android {
4545}
4646
4747dependencies {
48- def room_version = " 2.2.3 "
48+ def room_version = " 2.2.5 "
4949
5050 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
5151 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
@@ -59,25 +59,24 @@ dependencies {
5959
6060 // room
6161 implementation " androidx.room:room-runtime:$room_version "
62+ implementation " androidx.room:room-ktx:$room_version "
6263 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"
64+ androidTestImplementation " androidx.room:room-testing:$room_version "
6765
6866 // test implementation
67+ testImplementation ' junit:junit:4.12'
68+ androidTestImplementation ' androidx.test:runner:1.2.0'
69+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
70+ androidTestImplementation ' androidx.test:rules:1.2.0'
71+ androidTestImplementation ' androidx.test:core:1.2.0'
72+ androidTestImplementation ' androidx.test.ext:junit:1.1.1'
73+ androidTestImplementation ' androidx.test.espresso:espresso-intents:3.2.0'
6974// implementation 'androidx.legacy:legacy-support-v4:1.0.0'
70- // testImplementation 'junit:junit:4.12'
7175// testImplementation 'org.robolectric:robolectric:4.3'
7276// testImplementation 'org.powermock:powermock-api-mockito:1.4.12'
7377// testImplementation 'org.powermock:powermock-module-junit4:1.6.2'
7478// 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'
79+
8180
8281 // Google Ads
8382 implementation ' com.google.android.gms:play-services-ads:18.2.0'
@@ -95,6 +94,9 @@ dependencies {
9594 implementation ' androidx.lifecycle:lifecycle-extensions:2.1.0'
9695 implementation ' android.arch.lifecycle:viewmodel:1.1.1'
9796 annotationProcessor ' androidx.lifecycle:lifecycle-compiler:2.1.0'
97+ implementation ' android.arch.lifecycle:extensions:1.0.0' ;
98+ // noinspection LifecycleAnnotationProcessorWithJava8
99+ annotationProcessor ' android.arch.lifecycle:compiler:1.0.0' ;
98100
99101 // Coroutines
100102 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutine_version "
0 commit comments