Skip to content

Commit

Permalink
Update version to 1.0.0 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Mar 19, 2017
1 parent 737970f commit 705680e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Fast Android Networking Library supports Android 2.3 (Gingerbread) and later.

Add this in your build.gradle
```groovy
compile 'com.amitshekhar.android:android-networking:0.4.0'
compile 'com.amitshekhar.android:android-networking:1.0.0'
```
Do not forget to add internet permission in manifest if already not present
```xml
Expand All @@ -70,7 +70,7 @@ AndroidNetworking.initialize(getApplicationContext(),okHttpClient);
```
Using the Fast Android Networking with Jackson Parser
```groovy
compile 'com.amitshekhar.android:jackson-android-networking:0.4.0'
compile 'com.amitshekhar.android:jackson-android-networking:1.0.0'
```
```java
// Then set the JacksonParserFactory like below
Expand Down

0 comments on commit 705680e

Please sign in to comment.