File tree Expand file tree Collapse file tree 13 files changed +17
-17
lines changed
firebase-appdistribution-api
firebase-ml-modeldownloader
protolite-well-known-types Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ protobuf {
7878}
7979
8080dependencies {
81- implementation 'com.google.firebase: firebase-encoders:17.0.0'
82- implementation "com.google.firebase: firebase-encoders-proto:16.0.0"
81+ implementation project(":encoders: firebase-encoders")
82+ implementation project(":encoders: firebase-encoders-proto")
8383 annotationProcessor project(":encoders:firebase-encoders-processor")
8484}
8585```
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 testImplementation " com.google.truth:truth:$googleTruthVersion "
4848 testImplementation ' androidx.test:core:1.2.0'
4949 testImplementation ' org.mockito:mockito-inline:3.4.0'
50- testImplementation ' com.google.firebase :firebase-appdistribution-api:16.0.0-beta05 '
50+ testImplementation project( ' :firebase-appdistribution-api' )
5151 androidTestImplementation " org.mockito:mockito-android:3.4.0"
5252 compileOnly ' com.google.auto.value:auto-value-annotations:1.6.5'
5353 annotationProcessor ' com.google.auto.value:auto-value:1.6.5'
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848 implementation ' com.google.firebase:firebase-installations-interop:17.1.0'
4949 implementation ' com.google.firebase:firebase-common:20.3.0'
5050 testImplementation project(path : ' :firebase-appdistribution' )
51- runtimeOnly ' com.google.firebase :firebase-installations:17.1.2 '
51+ runtimeOnly project( ' :firebase-installations' )
5252
5353 testImplementation ' junit:junit:4.13.2'
5454 testImplementation " org.robolectric:robolectric:$robolectricVersion "
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
6767 implementation " com.google.firebase:firebase-components:17.1.0"
6868
6969 implementation project(" :firebase-installations-interop" )
70- runtimeOnly " com.google.firebase :firebase-installations:17.1.2 "
70+ runtimeOnly project( " :firebase-installations" )
7171
7272 implementation ' com.google.android.gms:play-services-basement:18.1.0'
7373 implementation ' com.google.android.gms:play-services-tasks:18.0.1'
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
5050 implementation project(' :firebase-config' )
5151 implementation ' com.google.firebase:firebase-abt:21.1.1'
5252 implementation ' com.google.firebase:firebase-installations-interop:17.1.0'
53- runtimeOnly ' com.google.firebase :firebase-installations:17.1.2 '
53+ runtimeOnly project( ' :firebase-installations' )
5454
5555 implementation ' androidx.annotation:annotation:1.1.0'
5656
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
6868 implementation ' com.google.android.datatransport:transport-runtime:3.1.8'
6969 implementation ' com.google.android.datatransport:transport-backend-cct:3.1.8'
7070 implementation ' com.google.firebase:firebase-installations-interop:17.1.0'
71- runtimeOnly ' com.google.firebase :firebase-installations:17.1.2 '
71+ runtimeOnly project( ' :firebase-installations' )
7272 implementation ' com.google.firebase:firebase-measurement-connector:18.0.2'
7373 implementation " com.google.android.gms:play-services-tasks:18.0.1"
7474
@@ -84,7 +84,7 @@ dependencies {
8484 testImplementation ' org.mockito:mockito-core:3.4.3'
8585
8686
87- androidTestImplementation ' com.google.firebase: firebase-encoders-json:18.0.0 '
87+ androidTestImplementation project( ' :encoders: firebase-encoders-json' )
8888 androidTestImplementation ' androidx.test:runner:1.4.0'
8989 androidTestImplementation ' androidx.test:core:1.4.0'
9090 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
6060 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion "
6161 implementation ' com.google.android.gms:play-services-basement:18.1.0'
6262 testCompileOnly " com.google.protobuf:protobuf-java:$protocVersion "
63- testImplementation ' com.google.firebase :firebase-database-connection:16.0.2 '
63+ testImplementation project( ' :firebase-database-collection ' )
6464 testImplementation ' org.mockito:mockito-core:2.25.0'
6565 testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8'
6666 testImplementation ' com.google.android.gms:play-services-tasks:18.0.1'
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ dependencies {
106106 implementation ' com.google.android.datatransport:transport-api:3.0.0'
107107 implementation ' com.google.firebase:firebase-datatransport:18.1.7'
108108 implementation ' com.google.firebase:firebase-installations-interop:17.1.0'
109- runtimeOnly ' com.google.firebase :firebase-installations:17.1.2 '
109+ runtimeOnly project( ' :firebase-installations' )
110110 implementation ' javax.inject:javax.inject:1'
111111
112112 // To provide @Generated annotations
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818}
1919
2020firebaseLibrary {
21- releaseWith project(" :firebase-inappmessaging" )
21+ releaseWith project(' :firebase-inappmessaging' )
2222 publishJavadoc = true
2323 publishSources = true
2424}
@@ -46,7 +46,7 @@ dependencies {
4646
4747 implementation ' com.google.firebase:firebase-common:20.3.0'
4848 implementation ' com.google.firebase:firebase-common-ktx:20.3.0'
49- implementation project(" :firebase-inappmessaging" )
49+ implementation project(' :firebase-inappmessaging' )
5050 implementation ' com.google.firebase:firebase-components:17.1.0'
5151 implementation ' androidx.annotation:annotation:1.1.0'
5252 implementation ' com.google.android.gms:play-services-tasks:18.0.1'
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
6969 implementation ' com.google.firebase:firebase-installations-interop:17.1.0'
7070 implementation ' com.google.android.datatransport:transport-api:3.0.0'
7171 implementation ' com.google.android.datatransport:transport-runtime:3.1.8'
72- runtimeOnly ' com.google.firebase :firebase-installations:17.1.2 '
72+ runtimeOnly project( ' :firebase-installations' )
7373
7474 javadocClasspath ' com.google.code.findbugs:jsr305:3.0.2'
7575
You can’t perform that action at this time.
0 commit comments