File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Read the motivation for this project in [my blog post](http://hannesdorfmann.com
55This library is available on maven central:
66
77``` groovy
8- compile 'com.hannesdorfmann:adapterdelegates3:3.0.0 '
8+ compile 'com.hannesdorfmann:adapterdelegates3:3.0.1 '
99```
1010[ ![ Build Status] ( https://travis-ci.org/sockeqwe/AdapterDelegates.svg?branch=master )] ( https://travis-ci.org/sockeqwe/AdapterDelegates )
1111
@@ -14,7 +14,7 @@ Please note that since 3.0 the group id has been changed to `adapterdelegates3`.
1414### Snapshot
1515
1616``` groovy
17- compile 'com.hannesdorfmann:adapterdelegates3:3.0.1 -SNAPSHOT'
17+ compile 'com.hannesdorfmann:adapterdelegates3:3.0.2 -SNAPSHOT'
1818```
1919
2020You also have to add the url to the snapshot repository:
Original file line number Diff line number Diff line change 1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
1919
20- VERSION_NAME =3.0.1 -SNAPSHOT
21- VERSION_CODE =301
20+ VERSION_NAME =3.0.2 -SNAPSHOT
21+ VERSION_CODE =302
2222GROUP =com.hannesdorfmann
2323
2424
You can’t perform that action at this time.
0 commit comments