Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgizdov authored Nov 14, 2023
1 parent fc3d38d commit 2163ec0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ Step 1. Add the JitPack repository to your build file

```
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```
Step 2. Add the dependency

```
<dependency>
<groupId>com.github.bgizdov</groupId>
<artifactId>jFirebase</artifactId>
<version>1.2.6</version>
</dependency>
<groupId>com.github.bgizdov</groupId>
<artifactId>jFirebase</artifactId>
<version>1.2.7</version>
</dependency>
```

0 comments on commit 2163ec0

Please sign in to comment.