Skip to content

Commit d02620b

Browse files
allisonbm92schmidt-sebastian
authored andcommitted
Move RC to firebase-config. (#555)
This commit renames the directory to match the artifact id (as with the other projects), enabling our test and release infrastructure to work as expected.
1 parent d492958 commit d02620b

File tree

86 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+3
-3
lines changed

firebase-remote-config/bandwagoner/bandwagoner.gradle renamed to firebase-config/bandwagoner/bandwagoner.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ firebaseTestLab {
5757
}
5858

5959
dependencies {
60-
implementation project(":firebase-remote-config")
60+
implementation project(":firebase-config")
6161
// This is required since a project dependency on frc does not expose the Apis of its "implementation" dependencies.
6262
// The alternative would be to make common an "api" dep of remote-config.
6363
// It should not matter for released artifacts.

subprojects.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ fiamui-app
22
firebase-abt
33
firebase-common
44
firebase-common:ktx
5+
firebase-config
6+
firebase-config:bandwagoner
57
firebase-database
68
firebase-database-collection
79
firebase-datatransport
@@ -10,8 +12,6 @@ firebase-firestore:ktx
1012
firebase-functions
1113
firebase-functions:ktx
1214
firebase-inappmessaging-display
13-
firebase-remote-config
14-
firebase-remote-config:bandwagoner
1515
firebase-storage
1616
firebase-storage:test-app
1717

0 commit comments

Comments
 (0)