diff --git a/README.md b/README.md index a54b330..f003a6a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,31 @@ buildscript { } ``` +
+For the `master-SNAPSHOT` version click here + +```groovy +buildscript { + repositories { + jcenter() + google() + maven { url "https://jitpack.io" } + } + dependencies { + classpath "com.github.stefma:bintray-release:master-SNAPSHOT" + } +} +``` + +Please note that this may be fail for the first attempts because [JitPack](https://jitpack.io) +build the plugin on the fly. +Please just try it again after some minutes until JitPack have build the plugin. + +It can also happen that your current `master-SNAPSHOT` is locally outdated. +If so just run `./gradlew --refresh-dependencies`. +This will force Gradle to update all dependencies **and plugins**. +
+ ### Configure the extensions Because the plugin depends heavily on the **AndroidArtifacts** plugin we have to setup **two** extensions. The `androidArtifact` (resp. `javaArtifact`) and the `publish` extension which needs to be configured