We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc00b78 commit a260b62Copy full SHA for a260b62
build.gradle.kts
@@ -376,7 +376,7 @@ fun Project.setupPublishing() {
376
pkg(closureOf<BintrayExtension.PackageConfig> {
377
repo = "firebase-ui"
378
name = artifactName
379
- user = "supercilex"
+ userOrg = "firebaseui"
380
setLicenses("Apache-2.0")
381
vcsUrl = "https://github.com/firebase/FirebaseUI-Android.git"
382
0 commit comments