From e949335223f5e76f98075696047a76c2a89c197d Mon Sep 17 00:00:00 2001 From: Dharmang Soni Date: Mon, 11 Jul 2016 11:22:28 +0530 Subject: [PATCH] [IMP] Added maven classpath and groupid to build gradle --- build.gradle | 1 + week-calendar/build.gradle | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index aff4f41..721d0cb 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/week-calendar/build.gradle b/week-calendar/build.gradle index dcb49ba..4c85735 100644 --- a/week-calendar/build.gradle +++ b/week-calendar/build.gradle @@ -1,5 +1,8 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.dpr-odoo' +version ='2.0-RC1' android { compileSdkVersion 24 buildToolsVersion "24.0.0" @@ -7,8 +10,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 24 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "2.0-RC1" } buildTypes { release {