From 1b117b4f5a5e13472db595e01e06cdc9643efee3 Mon Sep 17 00:00:00 2001 From: StefMa Date: Wed, 17 Oct 2018 09:54:51 +0200 Subject: [PATCH] Add SNAPSHOT version --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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