From af7517c0a58cac5a51baaa0bbb2f9eb2288d996a Mon Sep 17 00:00:00 2001 From: Hannes Dorfmann Date: Fri, 16 Jun 2017 11:40:57 +0200 Subject: [PATCH] updated README to 0.8.12-SNAPSHOT --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 84fb2747..bbb07d9a 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -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