From 0181060403cb0a7a2b344e4b2f55667194f09732 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Thu, 26 Jun 2014 18:00:01 -0700 Subject: Add gradle snapshot deployment. --- third_party/gif_decoder/build.gradle | 2 ++ third_party/gif_decoder/gradle.properties | 6 ++++++ third_party/gif_decoder/pom.xml | 2 +- third_party/gradle.properties | 3 +++ third_party/pom.xml | 2 +- 5 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 third_party/gif_decoder/gradle.properties create mode 100644 third_party/gradle.properties (limited to 'third_party') diff --git a/third_party/gif_decoder/build.gradle b/third_party/gif_decoder/build.gradle index 07bb766f..35eb6671 100644 --- a/third_party/gif_decoder/build.gradle +++ b/third_party/gif_decoder/build.gradle @@ -19,3 +19,5 @@ android { } } } + +apply from: "https://raw.githubusercontent.com/mcxiaoke/gradle-mvn-push/master/gradle-mvn-push.gradle" diff --git a/third_party/gif_decoder/gradle.properties b/third_party/gif_decoder/gradle.properties new file mode 100644 index 00000000..6c3197ee --- /dev/null +++ b/third_party/gif_decoder/gradle.properties @@ -0,0 +1,6 @@ +POM_NAME=Glide Gif Decoder +POM_ARTIFACT_ID=glide-gif-decoder +POM_PACKAGING=aar +POM_LICENCE_NAME=The Apache Software License, Version 2.0 +POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt +POM_LICENCE_DIST=repo diff --git a/third_party/gif_decoder/pom.xml b/third_party/gif_decoder/pom.xml index 5315cc3f..4fa4fa82 100644 --- a/third_party/gif_decoder/pom.xml +++ b/third_party/gif_decoder/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - com.bumptech.glide + com.github.bumptech.glide glide-third-party 3.3.0-SNAPSHOT ../pom.xml diff --git a/third_party/gradle.properties b/third_party/gradle.properties new file mode 100644 index 00000000..83f7813f --- /dev/null +++ b/third_party/gradle.properties @@ -0,0 +1,3 @@ +POM_NAME=Glide Third Party +POM_ARTIFACT_ID=glide-third-party +POM_PACKAGING=pom diff --git a/third_party/pom.xml b/third_party/pom.xml index 5e73b52f..c420cb25 100644 --- a/third_party/pom.xml +++ b/third_party/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - com.bumptech.glide + com.github.bumptech.glide glide-parent 3.3.0-SNAPSHOT ../pom.xml -- cgit v1.2.3