Skip to content

Commit

Permalink
Bump version to 0.57 fix unsupport jar format problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf committed Oct 26, 2015
1 parent 61683f9 commit 77c848a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
}
dependencies {
compile 'fuel:fuel:0.56'
compile 'fuel:fuel:0.57'
}
```

Expand Down
2 changes: 1 addition & 1 deletion fuel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion 9
targetSdkVersion 23
versionCode 1
versionName "0.56"
versionName "0.57"
}

sourceSets {
Expand Down

0 comments on commit 77c848a

Please sign in to comment.