Skip to content

Commit

Permalink
Merge pull request #7 from milkcan/1.1.0
Browse files Browse the repository at this point in the history
Updating Bintray plugin version
  • Loading branch information
bachhuberdesign authored Jun 28, 2018
2 parents ed6a1be + e79e0fb commit 6e43807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion effortless-android-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion effortless-android-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.3"
}
}

Expand Down
4 changes: 2 additions & 2 deletions effortless-android-stdlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.3"
}
}

Expand All @@ -22,7 +22,7 @@ publishing {
artifact(sourcesJar)
groupId 'io.milkcan'
artifactId 'effortless-android-stdlib'
version '1.0.4'
version '1.1.0'
}
}
}
Expand Down

0 comments on commit 6e43807

Please # to comment.