Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanShabbir committed Jun 20, 2022
1 parent 121787e commit eaff46c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +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 ("om.mutualmobile:barricade-annotations:0.1.1")
implementation ("om.mutualmobile:barricade-annotations:$barricadeAnnotationsVersion")
implementation ("com.mutualmobile:barricade2:$barricadeVersion")
ksp ("com.mutualmobile:barricade-compiler:$barricadeVersion")
}
Expand Down

0 comments on commit eaff46c

Please sign in to comment.