Skip to content

Commit

Permalink
🔖 Release version 1.8 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf authored Jun 25, 2017
1 parent 3ff4f49 commit 7cd612d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {

allprojects {
ext {
publish_version = '1.7.0'
publish_version = '1.8.0'

//dependencies version
kotlin_version = '1.1.2-3'
Expand Down
4 changes: 1 addition & 3 deletions fuel-livedata/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ publish {
groupId = 'com.github.kittinunf.fuel'
licences = ['MIT']
publishVersion = parent.ext.publish_version
uploadName = 'Fuel-LiveData'
uploadName = 'Fuel-Android'
website = 'https://github.com/kittinunf/Fuel'
}


0 comments on commit 7cd612d

Please sign in to comment.