From 4207da29da2a983f1c70f98fdb3c66e9d20ccc51 Mon Sep 17 00:00:00 2001 From: Alexandr Kozlov Date: Fri, 18 Mar 2016 15:08:28 +0200 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e0ad578..77fc219 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Grab via Maven com.github.techery.janet janet - 0.0.15 + 0.0.16 ``` or Gradle: @@ -168,26 +168,26 @@ repositories { maven { url "https://jitpack.io" } } dependencies { - compile 'com.github.techery.janet:janet:0.0.15' + compile 'com.github.techery.janet:janet:0.0.16' } ``` List of additional artifacts: ```groovy -compile 'com.github.techery.janet:http-service:0.0.15' -apt 'com.github.techery.janet:http-service-compiler:0.0.15' -compile 'com.github.techery.janet:okhttp:0.0.15' -compile 'com.github.techery.janet:okhttp3:0.0.15' -compile 'com.github.techery.janet:android-apache-client:0.0.15' -compile 'com.github.techery.janet:url-connection:0.0.15' - -compile 'com.github.techery.janet:async-service:0.0.15' -apt 'com.github.techery.janet:async-service-compiler:0.0.15' -compile 'com.github.techery.janet:nkzawa-socket.io:0.0.15' -compile 'com.github.techery.janet:socket.io:0.0.15' - -compile 'com.github.techery.janet:gson:0.0.15' -compile 'com.github.techery.janet:protobuf:0.0.15' - -compile 'com.github.techery.janet:command-service:0.0.15' +compile 'com.github.techery.janet:http-service:0.0.16' +apt 'com.github.techery.janet:http-service-compiler:0.0.16' +compile 'com.github.techery.janet:okhttp:0.0.16' +compile 'com.github.techery.janet:okhttp3:0.0.16' +compile 'com.github.techery.janet:android-apache-client:0.0.16' +compile 'com.github.techery.janet:url-connection:0.0.16' + +compile 'com.github.techery.janet:async-service:0.0.16' +apt 'com.github.techery.janet:async-service-compiler:0.0.16' +compile 'com.github.techery.janet:nkzawa-socket.io:0.0.16' +compile 'com.github.techery.janet:socket.io:0.0.16' + +compile 'com.github.techery.janet:gson:0.0.16' +compile 'com.github.techery.janet:protobuf:0.0.16' + +compile 'com.github.techery.janet:command-service:0.0.16' ```