From e4e1df4fec69a977e4e756c563ee13ce7625aeb6 Mon Sep 17 00:00:00 2001 From: Onur Ciner Date: Thu, 22 Dec 2016 12:57:23 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a1f8c5..40b3416 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To use the library, first include it your project using Gradle and: dependencies { - compile 'com.github.10uroi:WebServiceConnect:1.0.0' + compile 'com.github.10uroi:WebServiceConnect:1.0.1' } finally: Adding permissions to AndroidManifest.xml From 41a6d981c2785232a22ffdf71a0a4e766658659a Mon Sep 17 00:00:00 2001 From: Onur Ciner Date: Thu, 22 Dec 2016 12:59:54 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b3416..3889956 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WebServiceConnect - +Connecting to webservices from Android devices is now easy. The sending and receiving of data to and from webservices can be customized in a desired way and can be done by a single method. ##Installation