Skip to content

Commit

Permalink
[IMP] Added maven classpath and groupid to build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dpr-odoo committed Jul 11, 2016
1 parent 16ac834 commit e949335
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions week-calendar/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
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"

defaultConfig {
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0-RC1"
}
buildTypes {
release {
Expand Down

0 comments on commit e949335

Please sign in to comment.