1414
1515plugins {
1616 id ' firebase-library'
17+ id(" kotlin-android" )
1718}
1819
1920firebaseLibrary {
@@ -44,31 +45,34 @@ android {
4445}
4546
4647dependencies {
47- implementation ' com.google.firebase:firebase-annotations:16.2.0'
48- implementation ' com.google.firebase:firebase-common:20.3.1'
49- implementation ' com.google.firebase:firebase-components:17.1.0'
50- implementation project(' :appcheck:firebase-appcheck-interop' )
48+ androidTestImplementation " androidx.annotation:annotation:1.0.0"
49+ androidTestImplementation " androidx.test.ext:junit:$androidxTestJUnitVersion "
50+ androidTestImplementation " androidx.test:core:$androidxTestCoreVersion "
51+ androidTestImplementation " com.google.truth:truth:$googleTruthVersion "
52+ androidTestImplementation ' androidx.test:runner:1.2.0'
53+ androidTestImplementation ' junit:junit:4.12'
54+ androidTestImplementation ' org.mockito:mockito-core:2.25.0'
55+ androidTestImplementation ' org.mockito:mockito-inline:2.25.0'
56+ androidTestImplementation project(' :appcheck:firebase-appcheck' )
57+ androidTestImplementation project(' :integ-testing' )
58+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
59+ implementation ' androidx.annotation:annotation:1.1.0'
5160 implementation ' com.google.android.gms:play-services-base:18.0.1'
5261 implementation ' com.google.android.gms:play-services-tasks:18.0.1'
53-
62+ implementation ' com.google.firebase:firebase-annotations:16.2.0'
63+ implementation project(' :appcheck:firebase-appcheck-interop' )
64+ implementation project(path : ' :appcheck:firebase-appcheck-interop' )
65+ implementation(project(" :firebase-common" ))
66+ implementation(project(" :firebase-common:ktx" ))
67+ implementation(project(" :firebase-components" ))
5468 javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
55-
56- testImplementation project(' :integ-testing' )
69+ testImplementation " androidx.test:core:$androidxTestCoreVersion "
70+ testImplementation " com.google.truth:truth:$googleTruthVersion "
71+ testImplementation " org.robolectric:robolectric:$robolectricVersion "
72+ testImplementation ' androidx.test:rules:1.2.0'
73+ testImplementation ' junit:junit:4.12'
5774 testImplementation ' junit:junit:4.13-beta-2'
5875 testImplementation ' org.mockito:mockito-core:2.25.0'
5976 testImplementation ' org.mockito:mockito-inline:2.25.0'
60- testImplementation " org.robolectric:robolectric:$robolectricVersion "
61- testImplementation " com.google.truth:truth:$googleTruthVersion "
62- testImplementation " androidx.test:core:$androidxTestCoreVersion "
63- testImplementation ' androidx.test:rules:1.2.0'
64-
65- androidTestImplementation project(' :appcheck:firebase-appcheck' )
66- androidTestImplementation project(' :integ-testing' )
67- androidTestImplementation " androidx.test.ext:junit:$androidxTestJUnitVersion "
68- androidTestImplementation ' androidx.test:runner:1.2.0'
69- androidTestImplementation " com.google.truth:truth:$googleTruthVersion "
70- androidTestImplementation ' junit:junit:4.12'
71- androidTestImplementation " androidx.annotation:annotation:1.0.0"
72- androidTestImplementation ' org.mockito:mockito-core:2.25.0'
73- androidTestImplementation ' org.mockito:mockito-inline:2.25.0'
74- }
77+ testImplementation project(' :integ-testing' )
78+ }
0 commit comments