Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 73CDD200C32 for ; Thu, 23 Feb 2017 02:49:44 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 72832160B7B; Thu, 23 Feb 2017 01:49:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E67E7160B72 for ; Thu, 23 Feb 2017 02:49:43 +0100 (CET) Received: (qmail 30153 invoked by uid 500); 23 Feb 2017 01:49:43 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 30049 invoked by uid 99); 23 Feb 2017 01:49:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2017 01:49:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB470DFF13; Thu, 23 Feb 2017 01:49:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Thu, 23 Feb 2017 01:49:44 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] android commit: Adding Binary plugin to class path archived-at: Thu, 23 Feb 2017 01:49:44 -0000 Adding Binary plugin to class path This closes #361 Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/ac6ad2de Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/ac6ad2de Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/ac6ad2de Branch: refs/heads/master Commit: ac6ad2dea1ca66afe6dde4bcf22ff774a0b05ddc Parents: 0b116f1 Author: Bharath Hariharan Authored: Wed Feb 15 11:27:42 2017 -0800 Committer: Steve Gill Committed: Wed Feb 22 16:47:59 2017 -0800 ---------------------------------------------------------------------- framework/build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/ac6ad2de/framework/build.gradle ---------------------------------------------------------------------- diff --git a/framework/build.gradle b/framework/build.gradle index 570a3c6..3665348 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -31,6 +31,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' + classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org