@@ -60,21 +60,21 @@ dependencies {
6060 api ' com.google.firebase:firebase-common-ktx:21.0.0'
6161 api ' com.google.firebase:firebase-components:18.0.0'
6262
63- implementation " androidx.test: core: $a ndroidxTestCoreVersion "
63+ implementation libs . androidx. test. core
6464 implementation ' com.google.android.gms:play-services-base:18.0.1'
6565 implementation ' com.google.android.gms:play-services-tasks:18.0.1'
6666
6767 testImplementation project(' :appcheck:firebase-appcheck-playintegrity' )
68- testImplementation " androidx.test: core: $a ndroidxTestCoreVersion "
69- testImplementation " com.google. truth:truth: $g oogleTruthVersion "
68+ testImplementation libs . androidx. test. core
69+ testImplementation libs . truth
7070 testImplementation ' junit:junit:4.13-beta-2'
7171 testImplementation ' org.mockito:mockito-core:2.25.0'
72- testImplementation " org .robolectric:robolectric: $r obolectricVersion "
72+ testImplementation libs . robolectric
7373
7474 androidTestImplementation project(' :firebase-storage' )
7575 androidTestImplementation ' androidx.test:runner:1.2.0'
76- androidTestImplementation " androidx.test.ext: junit: $a ndroidxTestJUnitVersion "
77- androidTestImplementation " com.google. truth:truth: $g oogleTruthVersion "
76+ androidTestImplementation libs . androidx. test. junit
77+ androidTestImplementation libs . truth
7878 androidTestImplementation ' junit:junit:4.13-beta-2'
7979 androidTestImplementation ' org.mockito:mockito-core:2.25.0'
8080}
0 commit comments