From 13a6f4c3dbd9f734dae0f0e3941748d912add449 Mon Sep 17 00:00:00 2001 From: Langston Smith Date: Thu, 14 Feb 2019 17:24:41 -0800 Subject: [android] initial additions for bintray plugin setup --- platform/android/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform/android/build.gradle') diff --git a/platform/android/build.gradle b/platform/android/build.gradle index e75909c83a..759b7883f9 100644 --- a/platform/android/build.gradle +++ b/platform/android/build.gradle @@ -9,6 +9,8 @@ buildscript { classpath 'com.android.tools.build:gradle:3.3.0' classpath dependenciesList.licensesPlugin classpath dependenciesList.kotlinPlugin + classpath dependenciesList.bintrayPlugin + classpath dependenciesList.mavenPlugin } } @@ -17,6 +19,8 @@ allprojects { mavenCentral() google() jcenter() + // For publishing Maps SDK files to Bintray + maven { url 'https://mapbox.bintray.com/mapbox' } // Snapshot repository //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } -- cgit v1.2.1