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 5e70b6f commit 121787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Include the following dependencies in your app's build.gradle :
```
def barricadeVersion = "0.0.1" // Get the latest version from tags
dependencies {
implementation ("om.mutualmobile:barricade-annotations:0.1.1")
implementation ("com.mutualmobile:barricade2:$barricadeVersion")
ksp ("com.mutualmobile:barricade-compiler:$barricadeVersion")
}
Expand Down Expand Up @@ -63,7 +64,6 @@ android {
override fun onCreate() {
super.onCreate()
Barricade.Builder(this, BarricadeConfig.getInstance())
.enableShakeToStart(this)
.install()
...
}
Expand Down

0 comments on commit 121787e

Please sign in to comment.