Skip to content

Commit

Permalink
Update Version for All
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Nov 7, 2016
1 parent 52cf2c7 commit 05be60f
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 @@ -39,7 +39,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.2.0'
compile 'com.amitshekhar.android:android-networking:0.3.0'
```
Do not forget to add internet permission in manifest if already not present
```xml
Expand All @@ -59,7 +59,7 @@ AndroidNetworking.initialize(getApplicationContext(),okHttpClient);
```
Using the Fast Android Networking with Jackson Parser
```groovy
compile 'com.amitshekhar.android:jackson-android-networking:0.2.0'
compile 'com.amitshekhar.android:jackson-android-networking:0.3.0'
```
```java
// Then set the JacksonParserFactory like below
Expand Down

0 comments on commit 05be60f

Please sign in to comment.