Skip to content

Commit 6e2b43a

Browse files
committed
Version 9.1.1
1 parent 283fe28 commit 6e2b43a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Config {
2-
const val version = "9.1.0"
2+
const val version = "9.1.1"
33
val submodules = listOf("auth", "common", "firestore", "database", "storage")
44

55
private const val kotlinVersion = "2.1.0"

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android.nonTransitiveRClass=false
1616
android.defaults.buildfeatures.buildconfig=true
1717

1818
GROUP=com.firebaseui
19-
VERSION_NAME=9.1.0
19+
VERSION_NAME=9.1.1
2020

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

0 commit comments

Comments
 (0)