Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghmutualmobile committed Jun 21, 2022
1 parent 69716ba commit 40f64cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ Include the following dependencies in your app's build.gradle :

```
def barricadeVersion = "0.0.1" // Get the latest version from tags
def barricadeAnnotationsVersion = "0.1.1"" // Get the latest version from tags
dependencies {
implementation ("com.mutualmobile:barricade-annotations:$barricadeAnnotationsVersion")
implementation ("com.mutualmobile:barricade2:$barricadeVersion")
implementation ("com.mutualmobile:barricade-annotations:$barricadeVersion")
ksp ("com.mutualmobile:barricade-compiler:$barricadeVersion")
}
```
Expand Down

0 comments on commit 40f64cd

Please sign in to comment.