From c5f0579a36cdb5e8909adac78607c18318367bfc Mon Sep 17 00:00:00 2001 From: Alex Gotev Date: Thu, 15 Oct 2015 14:34:02 +0200 Subject: [PATCH] fix gradle build files --- build.gradle | 1 + examples/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 59a52137..be6fbcc9 100644 --- a/build.gradle +++ b/build.gradle @@ -11,6 +11,7 @@ buildscript { } apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' dependencies { compile 'com.android.support:support-v4:23.0.1' diff --git a/examples/app/build.gradle b/examples/app/build.gradle index 126ec3a6..26453270 100644 --- a/examples/app/build.gradle +++ b/examples/app/build.gradle @@ -17,7 +17,7 @@ dependencies { compile 'com.android.support:appcompat-v7:23.0.1' // NOTE: This is dependency on the official release, use this for reference in your projects. - compile 'com.github.alexbbb:android-upload-service:-SNAPSHOT' + compile 'com.github.alexbbb:android-upload-service:1.4' // NOTE: The android-upload-service project added as a dependency for development purposes. //compile project(':android-upload-service')