Skip to content

Commit 32c9ad5

Browse files
author
rachaprince
authored
Change maven id to firebase-appdistribution (#3303)
* Change maven id to firebase-appdistribution * Rename firebase-app-distribution directories and gradle files to firebase-appdistribution
1 parent 360cf2a commit 32c9ad5

File tree

88 files changed

+8
-8
lines changed

Some content is hidden

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

88 files changed

+8
-8
lines changed

firebase-app-distribution-stub/ktx/ktx.gradle renamed to firebase-appdistribution-stub/ktx/ktx.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
}
1919

2020
firebaseLibrary {
21-
releaseWith project(':firebase-app-distribution-stub')
21+
releaseWith project(':firebase-appdistribution-stub')
2222
testLab.enabled = true
2323
publishJavadoc = true
2424
publishSources = true
@@ -50,7 +50,7 @@ dependencies {
5050
implementation project(':firebase-components')
5151
implementation project(':firebase-common:ktx')
5252
implementation 'androidx.annotation:annotation:1.1.0'
53-
implementation project(':firebase-app-distribution-stub')
53+
implementation project(':firebase-appdistribution-stub')
5454

5555
testImplementation "org.robolectric:robolectric:$robolectricVersion"
5656
testImplementation 'junit:junit:4.12'
File renamed without changes.

firebase-app-distribution/ktx/ktx.gradle renamed to firebase-appdistribution/ktx/ktx.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
}
1919

2020
firebaseLibrary {
21-
releaseWith project(':firebase-app-distribution')
21+
releaseWith project(':firebase-appdistribution')
2222
testLab.enabled = true
2323
publishJavadoc = true
2424
publishSources = true
@@ -50,7 +50,7 @@ dependencies {
5050
implementation project(':firebase-components')
5151
implementation project(':firebase-common:ktx')
5252
implementation 'androidx.annotation:annotation:1.1.0'
53-
implementation project(path: ':firebase-app-distribution')
53+
implementation project(path: ':firebase-appdistribution')
5454

5555
testImplementation "org.robolectric:robolectric:$robolectricVersion"
5656
testImplementation 'junit:junit:4.12'

subprojects.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ appcheck:firebase-appcheck:test-app
88

99
firebase-abt
1010
firebase-annotations
11-
firebase-app-distribution
12-
firebase-app-distribution:ktx
13-
firebase-app-distribution-stub
14-
firebase-app-distribution-stub:ktx
11+
firebase-appdistribution
12+
firebase-appdistribution:ktx
13+
firebase-appdistribution-stub
14+
firebase-appdistribution-stub:ktx
1515
firebase-common
1616
firebase-common:data-collection-tests
1717
firebase-common:ktx

0 commit comments

Comments
 (0)