Skip to content

Commit

Permalink
Update README for 1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Jun 27, 2020
1 parent aa4e75b commit a058169
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# ViewBindingPropertyDelegate
[![](https://jitpack.io/v/kirich1409/ViewBindingPropertyDelegate.svg)](https://jitpack.io/#kirich1409/ViewBindingPropertyDelegate)

Make work with [Android View Binding](https://developer.android.com/topic/libraries/view-binding) simpler

Expand All @@ -8,12 +7,12 @@ Make work with [Android View Binding](https://developer.android.com/topic/librar
```groovy
allprojects {
repositories {
maven { url 'https://jitpack.io' }
jcenter()
}
}
dependencies {
implementation 'com.github.kirich1409:ViewBindingPropertyDelegate:0.4.1'
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.0.0-beta1'
}
```

Expand Down

0 comments on commit a058169

Please sign in to comment.