Skip to content

Commit

Permalink
updated README to 0.8.12-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Jun 16, 2017
1 parent d7e4c2a commit af7517c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Please note that this is still **work in progress!**, although quite stable and
# TikXML
A fast xml parser for android (and java)

Latest snapshot `0.8.11-SNAPSHOT` available:
Latest snapshot `0.8.12-SNAPSHOT` available:

```groovy
repositories {
Expand All @@ -17,22 +17,22 @@ repositories {
```

```groovy
compile 'com.tickaroo.tikxml:annotation:0.8.11-SNAPSHOT'
compile 'com.tickaroo.tikxml:core:0.8.11-SNAPSHOT'
compile 'com.tickaroo.tikxml:annotation:0.8.12-SNAPSHOT'
compile 'com.tickaroo.tikxml:core:0.8.12-SNAPSHOT'
apt 'com.tickaroo.tikxml:processor:0.8.11-SNAPSHOT'
apt 'com.tickaroo.tikxml:processor:0.8.12-SNAPSHOT'
```

For retrofit2:

```groovy
compile 'com.tickaroo.tikxml:retrofit-converter:0.8.11-SNAPSHOT'
compile 'com.tickaroo.tikxml:retrofit-converter:0.8.12-SNAPSHOT'
```

Also, an [AutoValue](https://github.com/google/auto/tree/master/value) extension is available:

```groovy
apt 'com.tickaroo.tikxml:auto-value-tikxml:0.8.11-SNAPSHOT'
apt 'com.tickaroo.tikxml:auto-value-tikxml:0.8.12-SNAPSHOT'
```

# Documentation
Expand Down

0 comments on commit af7517c

Please sign in to comment.