From e809ac3c5fe5cda3b9129751b57bb100ac15d180 Mon Sep 17 00:00:00 2001 From: Ankit Dubey Date: Fri, 10 Nov 2017 16:41:00 +0530 Subject: [PATCH] gradle updated --- build.gradle | 1 + gpslibrary/build.gradle | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c20bca1..8503726 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.2.2' + 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 diff --git a/gpslibrary/build.gradle b/gpslibrary/build.gradle index 248dd9e..3313d1f 100644 --- a/gpslibrary/build.gradle +++ b/gpslibrary/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'com.android.library' - +apply plugin:'com.github.dcendents.android-maven' +group="com.github.ankitdubey021" android { compileSdkVersion 26 buildToolsVersion "26.0.1"