Skip to content

Commit

Permalink
⬆️ [Release] version 2.0.1 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf authored Jan 28, 2019
1 parent 1ad06c0 commit d0d6726
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ We offer maven and jitpack installations. Maven via bintray only has stable rele

### Maven
You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `Fuel` with `Maven` and `Gradle`. The core package has the following dependencies:
* Kotlin - 1.3.0
* Coroutine - 1.0.0
* Kotlin - 1.3.20
* Coroutine - 1.1.1

```groovy
compile 'com.github.kittinunf.fuel:<package>:<latest-version>'
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Library version
object Fuel {
const val publishVersion = "2.0.0"
const val publishVersion = "2.0.1"
const val groupId = "com.github.kittinunf.fuel"

const val compileSdkVersion = 28
Expand Down
2 changes: 1 addition & 1 deletion deploy_bintray.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [[ "$TRAVIS_BRANCH" == */release-v* ]]; then
if [[ "$TRAVIS_BRANCH" == */release-* ]]; then

echo "We're on release branch, deploying at $TRAVIS_BRANCH"

Expand Down
4 changes: 2 additions & 2 deletions fuel-android/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-android
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The android package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-android` with `Maven` and `Gradle`. The android package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* Android SDK: 19+


Expand Down
4 changes: 2 additions & 2 deletions fuel-coroutines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The coroutines extension package for [`Fuel`](../README.md).

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-coroutines` with `Maven` and `Gradle`. The android package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.0
* KotlinX Coroutines: 1.0.1
* Kotlin: 1.3.20
* KotlinX Coroutines: 1.1.1

```groovy
compile 'com.github.kittinunf.fuel:fuel:<latest-version>'
Expand Down
6 changes: 3 additions & 3 deletions fuel-forge/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-forge
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The forge extension package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-forge` with `Maven` and `Gradle`. The forge package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* Forge: 0.3.0

```groovy
Expand All @@ -17,4 +17,4 @@ compile 'com.github.kittinunf.fuel:fuel-forge:<latest-version>'

## Usage

See `FuelForge.kt`
See `FuelForge.kt`
4 changes: 2 additions & 2 deletions fuel-gson/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-gson
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The gson extension package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-gson` with `Maven` and `Gradle`. The gson package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* Gson: 2.8.5

```groovy
Expand Down
6 changes: 3 additions & 3 deletions fuel-jackson/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-jackson
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The jackson extension package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-jackson` with `Maven` and `Gradle`. The jackson package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* Jackson: 2.9.7

```groovy
Expand Down Expand Up @@ -71,4 +71,4 @@ Fuel.get("/user-agent")
})
```

Both overloads allows you to provide custom `ObjectMapper` if needed.
Both overloads allows you to provide custom `ObjectMapper` if needed.
4 changes: 2 additions & 2 deletions fuel-json/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-json
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The Json extension package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-json` with `Maven` and `Gradle`. The json package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* Json: 20170516

```groovy
Expand Down
4 changes: 2 additions & 2 deletions fuel-kotlinx-serialization/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-kotlinx-serialization
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The kotlinx-serialization extension package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-kotlinx-serialization` with `Maven` and `Gradle`. The kotlinx-serialization package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* [KotlinX Serialization](https://github.com/Kotlin/kotlinx.serialization#gradle): 0.10.0

```groovy
Expand Down
4 changes: 2 additions & 2 deletions fuel-livedata/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-livedata
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The `LiveData` extension package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-livedata` with `Maven` and `Gradle`. The livedata package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* [AndroidX Livedata](https://developer.android.com/topic/libraries/architecture/livedata.html)

```groovy
Expand Down
6 changes: 3 additions & 3 deletions fuel-moshi/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-moshi
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The moshi extension package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-moshi` with `Maven` and `Gradle`. The moshi package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* Moshi: 1.8.0

```groovy
Expand All @@ -17,4 +17,4 @@ compile 'com.github.kittinunf.fuel:fuel-moshi:<latest-version>'

## Usage

See `FuelMoshi.kt`
See `FuelMoshi.kt`
4 changes: 2 additions & 2 deletions fuel-reactor/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-reactor
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The reactor extension package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-reactor` with `Maven` and `Gradle`. The reactor package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* Project Reactor: 3.2.2.RELEASE

```groovy
Expand Down
4 changes: 2 additions & 2 deletions fuel-rxjava/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# fuel-rxjava
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The rxjava extension package for [`Fuel`](../README.md).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-rxjava` with `Maven` and `Gradle`. The rxjava package has the following dependencies:
* `fuel:fuel:<same-version>`
* Kotlin: 1.3.10
* Kotlin: 1.3.20
* RxJava: 2.2.x

```groovy
Expand Down
4 changes: 2 additions & 2 deletions fuel-test/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fuel-test
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

Common Test functionality for all `fuel` modules.
Common Test functionality for all `fuel` modules.
4 changes: 2 additions & 2 deletions fuel/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Fuel (core)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org)

The core package for [`Fuel`](../README.md). The documentation outlined here touches most subjects and functions but is not exhaustive.

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `Fuel` with `Maven` and `Gradle`. The core package has the following dependencies:
* Kotlin - 1.3.10
* Kotlin - 1.3.20
* KotlinX Coroutines - 1.0.1

```groovy
Expand Down

0 comments on commit d0d6726

Please sign in to comment.