From fdd1dbe3a9faf1409c87a273dfd3950eece8d5a0 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 6 Oct 2017 02:22:58 -0700 Subject: [PATCH] Update buildScript deps Summary: The native-dependencies plugin seems unused. Upgrade to the latest gradle-bintray-plugin version that's supported for the current Gradle version. I'll hold back the upgrade to Gradle 4 until the Gradle Android Plugin for the version hits stable. Reviewed By: IanChilds Differential Revision: D5986549 fbshipit-source-id: d26aa19e9eba40a2b30b20d5ffa9d2b006450f95 --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 22a32bf9..e8a68bba 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' - classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' - classpath 'com.nabilhachicha:android-native-dependencies:0.1' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files