We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2d6a5 commit c7cf512Copy full SHA for c7cf512
buildSrc/src/main/kotlin/Config.kt
@@ -1,5 +1,5 @@
1
object Config {
2
- const val version = "7.1.0"
+ const val version = "7.1.1-SNAPSHOT"
3
val submodules = listOf("auth", "common", "firestore", "database", "storage")
4
5
private const val kotlinVersion = "1.3.72"
0 commit comments