Skip to content

Commit

Permalink
Revert -SNAPSHOT change
Browse files Browse the repository at this point in the history
This should be done during release
  • Loading branch information
thatfiredev committed Feb 28, 2025
1 parent 08d7d40 commit fe7191d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0"
const val version = "9.0.0-SNAPSHOT"
val submodules = listOf("auth", "common", "firestore", "database", "storage")

private const val kotlinVersion = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0
VERSION_NAME=9.0.0-SNAPSHOT

POM_PACKAGING=aar
POM_DESCRIPTION=FirebaseUI for Android
Expand Down

0 comments on commit fe7191d

Please sign in to comment.