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 add640d commit 9f257b6Copy full SHA for 9f257b6
buildSrc/src/main/kotlin/Config.kt
@@ -1,5 +1,5 @@
1
object Config {
2
- const val version = "4.1.0"
+ const val version = "4.2.0-SNAPSHOT"
3
val submodules = listOf("auth", "common", "firestore", "database", "storage")
4
5
private const val kotlinVersion = "1.2.41"
0 commit comments