Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #205 from novoda/release/0.8.1
Browse files Browse the repository at this point in the history
Prepare release 0.8.1
  • Loading branch information
mr-archano authored Mar 27, 2018
2 parents 165d01d + 6064b47 commit 0d998ad
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 @@ -66,7 +66,7 @@ More info on the available properties and other usages in the [Github Wiki](http
## Gradle compatibility
| bintray-release version | Java Projects | Android Projects |
|-------------------------|---------------|------------------|
| 0.8.0 | Gradle 4.0+ | Gradle 4.1+ |
| 0.8.* | Gradle 4.0+ | Gradle 4.1+ |

> **Notes:** Currently Gradle 4.5 doesn't work with Android projects
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ publish {
userOrg = 'novoda'
groupId = 'com.novoda'
artifactId = rootProject.name
publishVersion = '0.8.0'
publishVersion = '0.8.1'
desc = 'Super duper easy way to release your Android and other artifacts to bintray'
website = "https://github.com/novoda/${rootProject.name}"
}

0 comments on commit 0d998ad

Please sign in to comment.