Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
to solve Issue amitshekhariitbhu#583
  • Loading branch information
imandaliya committed Mar 7, 2022
1 parent 2a72ef2 commit 091dc0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ Fast Android Networking Library supports Android 2.3 (Gingerbread) and later.

## Using Fast Android Networking Library in your application

Add this in your top lavel build.gradle file
```groovy
maven { url "https://jitpack.io" }
```

Add this in your build.gradle
```groovy
implementation 'com.amitshekhar.android:android-networking:1.0.2'
Expand Down

0 comments on commit 091dc0d

Please sign in to comment.