Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedMourad0 committed May 1, 2020
1 parent b4a16ec commit 62a5fed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ val user: User = bundle.unbundle(User.serializer())

- In your module-level `build.gradle`:
```gradle
repositories {
mavenCentral()
}
dependencies {
implementation "dev.ahmedmourad.bundlizer:bundlizer:0.1.0"
}
Expand Down

0 comments on commit 62a5fed

Please sign in to comment.