Skip to content

Commit

Permalink
Merge pull request #46 from kittinunf/0.71
Browse files Browse the repository at this point in the history
0.71
  • Loading branch information
Kittinun Vantasin committed Jan 29, 2016
2 parents 1043587 + 06b7ebe commit 5a0d88b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fuel

[ ![Kotlin](https://img.shields.io/badge/Kotlin-1.0.0--beta--4583-blue.svg)](http://kotlinlang.org) [ ![jcenter](https://api.bintray.com/packages/kittinunf/maven/Fuel-Android/images/download.svg) ](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) [![Build Status](https://travis-ci.org/kittinunf/Fuel.svg?branch=master)](https://travis-ci.org/kittinunf/Fuel)
[ ![Kotlin](https://img.shields.io/badge/Kotlin-1.0.0--beta--4589-blue.svg)](http://kotlinlang.org) [ ![jcenter](https://api.bintray.com/packages/kittinunf/maven/Fuel-Android/images/download.svg) ](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) [![Build Status](https://travis-ci.org/kittinunf/Fuel.svg?branch=master)](https://travis-ci.org/kittinunf/Fuel)

The easiest HTTP networking library for Kotlin/Android.

Expand All @@ -26,8 +26,8 @@ repositories {
}
dependencies {
compile 'com.github.kittinunf.fuel:fuel:0.7' //for JVM
compile 'com.github.kittinunf.fuel:fuel-android:0.7' //for Android
compile 'com.github.kittinunf.fuel:fuel:0.71' //for JVM
compile 'com.github.kittinunf.fuel:fuel-android:0.71' //for Android
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

allprojects {
ext {
publishVersion = '0.7'
publishVersion = '0.71'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion fuel-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
buildscript {
ext {
//dependencies version
kotlin_version = '1.0.0-beta-4583'
kotlin_version = '1.0.0-beta-4589'

//test dependencies version
junit_version = '4.12'
Expand Down
2 changes: 1 addition & 1 deletion fuel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
buildscript {
ext {
//dependencies version
kotlin_version = '1.0.0-beta-4583'
kotlin_version = '1.0.0-beta-4589'
result_version = '0.31'

//test dependencies version
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
buildscript {
ext {
android_support_version = '23.1.1'
kotlin_version = '1.0.0-beta-4583'
kotlin_version = '1.0.0-beta-4589'
gson_version = '2.3.1'
}

Expand Down

0 comments on commit 5a0d88b

Please sign in to comment.