Skip to content

Commit

Permalink
Merge pull request amitshekhariitbhu#393 from hi-manshu/master
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
amitshekhariitbhu authored Jan 30, 2019
2 parents abcf100 + d29abfd commit da3caa3
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:1.0.2'
implementation 'com.amitshekhar.android:android-networking:1.0.2'
```
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:1.0.2'
implementation 'com.amitshekhar.android:jackson-android-networking:1.0.2'
```
```java
// Then set the JacksonParserFactory like below
Expand Down

0 comments on commit da3caa3

Please sign in to comment.