Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aslamanver/retrofit-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamanver committed Dec 13, 2022
2 parents b46dfd2 + f2a5525 commit 091a2de
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,32 @@

![https://i.imgur.com/CTeI1yW.png](https://i.imgur.com/mXyMp3c.png)

[![](https://jitpack.io/v/aslamanver/retrofit-lite.svg)](https://jitpack.io/#aslamanver/retrofit-lite) [![Build Status](https://travis-ci.org/aslamanver/retrofit-lite.svg?branch=master)](https://travis-ci.org/aslamanver/retrofit-lite)
[![](https://jitpack.io/v/aslamanver/retrofit-lite.svg)](https://jitpack.io/#aslamanver/retrofit-lite)
[![](https://github.com/aslamanver/retrofit-lite/actions/workflows/android.yml/badge.svg)](https://github.com/aslamanver/retrofit-lite/actions)
[![Build Status](https://travis-ci.org/aslamanver/retrofit-lite.svg?branch=master)](https://travis-ci.org/aslamanver/retrofit-lite)

Retrofit-Lite for Android - Lightweight HTTP client based on OKhttp and Retrofit.

### Initialization

Add the below dependency into your module level `settings.gradle` or `build.gradle` file
1. Add the below repository into your project level build.gradle file.

```gradle
implementation 'com.aslam:retrofit-lite:1.0.5'
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

2. Add the below dependency into your module level `build.gradle` file.

```gradle
dependencies {
...
implementation 'com.github.aslamanver:retrofit-lite:v2.0.5'
}
```

### Simple Usage
Expand Down Expand Up @@ -280,4 +296,4 @@ APIClient.ConfigBuilder clientBuilder = new APIClient.ConfigBuilder()
// Modify the okHttpClientBuilder
}
});
```
```

0 comments on commit 091a2de

Please sign in to comment.