Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] version 2.0.1 #585

Merged
merged 6 commits into from
Jan 28, 2019
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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
* Kotlin - 1.3.20
* Coroutine - 1.0.0

```groovy
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
2 changes: 1 addition & 1 deletion fuel-coroutines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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
* Kotlin: 1.3.20
* KotlinX Coroutines: 1.0.1
Copy link
Collaborator

@iNoles iNoles Jan 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be KotlinX Coroutines: 1.1.1

SleeplessByte marked this conversation as resolved.
Show resolved Hide resolved

```groovy
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KotlinX Coroutines: 1.1.1


```groovy
Expand Down