Skip to content

Commit 32c9ad5

Browse files
author
rachaprince
authored
Change maven id to firebase-appdistribution (firebase#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
File renamed without changes.

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'

0 commit comments

Comments
 (0)