We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4e75b commit a058169Copy full SHA for a058169
1 file changed
README.md
@@ -1,5 +1,4 @@
1
# ViewBindingPropertyDelegate
2
-[](https://jitpack.io/#kirich1409/ViewBindingPropertyDelegate)
3
4
Make work with [Android View Binding](https://developer.android.com/topic/libraries/view-binding) simpler
5
@@ -8,12 +7,12 @@ Make work with [Android View Binding](https://developer.android.com/topic/librar
8
7
```groovy
9
allprojects {
10
repositories {
11
- maven { url 'https://jitpack.io' }
+ jcenter()
12
}
13
14
15
dependencies {
16
- implementation 'com.github.kirich1409:ViewBindingPropertyDelegate:0.4.1'
+ implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.0.0-beta1'
17
18
```
19
0 commit comments