Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Config {
const val version = "9.1.0"
const val version = "9.1.1"
val submodules = listOf("auth", "common", "firestore", "database", "storage")

private const val kotlinVersion = "2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android.nonTransitiveRClass=false
android.defaults.buildfeatures.buildconfig=true

GROUP=com.firebaseui
VERSION_NAME=9.1.0
VERSION_NAME=9.1.1

POM_PACKAGING=aar
POM_DESCRIPTION=FirebaseUI for Android
Expand All @@ -28,6 +28,6 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_DEVELOPER_NAME=FirebaseUI Contributors
POM_DEVELOPER_URL=https://github.com/firebase/FirebaseUI-Android/graphs/contributors
# See https://vanniktech.github.io/gradle-maven-publish-plugin/changelog/#0200-2022-06-02
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
# See https://github.com/vanniktech/gradle-maven-publish-plugin/releases/tag/0.33.0
mavenCentralPublishing=true
signAllPublications=true