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 1c41357 commit 593058aCopy full SHA for 593058a
README.md
@@ -25,7 +25,7 @@ You can add the library via Gradle:
25
26
```kotlin
27
dependencies {
28
- implementation("dev.gitlive:firebase-java-sdk:0.3.0")
+ implementation("dev.gitlive:firebase-java-sdk:0.3.1")
29
}
30
```
31
@@ -35,7 +35,7 @@ Or Maven:
35
<dependency>
36
<groupId>dev.gitlive</groupId>
37
<artifactId>firebase-java-sdk</artifactId>
38
- <version>0.3.0</version>
+ <version>0.3.1</version>
39
</dependency>
40
41
gradle.properties
@@ -1 +1 @@
1
-version=0.3.0
+version=0.3.1
0 commit comments