Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbransby authored Jan 10, 2024
1 parent 52c8d79 commit b0f2049
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.3.1")
implementation("dev.gitlive:firebase-java-sdk:0.3.0")
}
```

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

Expand Down

0 comments on commit b0f2049

Please sign in to comment.