Skip to content

Commit a058169

Browse files
committed
Update README for 1.0.0-beta1
1 parent aa4e75b commit a058169

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# ViewBindingPropertyDelegate
2-
[![](https://jitpack.io/v/kirich1409/ViewBindingPropertyDelegate.svg)](https://jitpack.io/#kirich1409/ViewBindingPropertyDelegate)
32

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

@@ -8,12 +7,12 @@ Make work with [Android View Binding](https://developer.android.com/topic/librar
87
```groovy
98
allprojects {
109
repositories {
11-
maven { url 'https://jitpack.io' }
10+
jcenter()
1211
}
1312
}
1413
1514
dependencies {
16-
implementation 'com.github.kirich1409:ViewBindingPropertyDelegate:0.4.1'
15+
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.0.0-beta1'
1716
}
1817
```
1918

0 commit comments

Comments
 (0)