Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbransby authored May 19, 2024
1 parent edad792 commit 45bb2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can add the library via Gradle:

```kotlin
dependencies {
implementation("dev.gitlive:firebase-java-sdk:0.4.2")
implementation("dev.gitlive:firebase-java-sdk:0.4.3")
}
```

Expand All @@ -35,7 +35,7 @@ Or Maven:
<dependency>
<groupId>dev.gitlive</groupId>
<artifactId>firebase-java-sdk</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down

0 comments on commit 45bb2e9

Please sign in to comment.