Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira authored Oct 22, 2020
1 parent f47c9b5 commit cd8eb2f
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 @@ -30,18 +30,18 @@ moveView.animate()
## Setup
**Step 1.** Add the JitPack repository in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
**Step 2.** Add the dependency
```
dependencies {
implementation 'com.github.alexandregpereira:jerry:version'
}
dependencies {
implementation 'com.github.alexandregpereira:jerry:version'
}
```

## Animating view properties examples
Expand Down

0 comments on commit cd8eb2f

Please sign in to comment.