Skip to content

Commit

Permalink
update fuel to 2.1.0 (#5)
Browse files Browse the repository at this point in the history
* fix travis

Signed-off-by: a.derendyaev <alexxxdev@yandex.ru>
  • Loading branch information
alexxxdev committed May 23, 2019
1 parent 554bf1a commit efebb48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: java
jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Hits-of-Code](https://hitsofcode.com/github/alexxxdev/fuel-comfy)](https://hitsofcode.com/view/github/alexxxdev/fuel-comfy)

[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.31-blue.svg)](https://kotlinlang.org)
[![Fuel](https://img.shields.io/badge/Fuel-2.0.1-blue.svg)](https://github.com/kittinunf/fuel)
[![Fuel](https://img.shields.io/badge/Fuel-2.1.0-blue.svg)](https://github.com/kittinunf/fuel)

More comfortable use of [Fuel](https://github.com/kittinunf/fuel) as in [Retrofit](https://square.github.io/retrofit/) or [Feign](https://github.com/OpenFeign/feign) for Kotlin/Android

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
ext.detektGradlePluginVersion = '1.0.0-RC14'
ext.gradleVersionsPlugin = '0.20.0'
ext.kotlinpoetVersion = '1.2.0'
ext.fuelVersion = '2.0.1'
ext.fuelVersion = '2.1.0'
ext.spekVersion = '2.0.2'
ext.okio = '2.2.2'
ext.mockwebserver = '3.14.1'
Expand Down

0 comments on commit efebb48

Please sign in to comment.