File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ buildscript {
22
33 repositories {
44 mavenCentral()
5+ jcenter()
56 }
67
78 dependencies {
Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 mavenCentral()
6+ jcenter()
67 }
78 dependencies {
89 classpath ' com.android.tools.build:gradle:2.2.3'
10+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
911
1012 // NOTE: Do not place your application dependencies here; they belong
1113 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ apply plugin: 'com.android.library'
22
33buildscript {
44 repositories {
5+ jcenter()
56 maven {
67 url " https://plugins.gradle.org/m2/"
78 }
89 }
910 dependencies {
11+
1012 classpath " org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.2.1"
1113 }
1214}
@@ -133,3 +135,8 @@ task jacocoTestReport(type: JacocoReport ) {
133135 }
134136 }
135137}
138+
139+
140+ apply plugin : ' com.github.dcendents.android-maven'
141+
142+ group= ' com.github.quemb'
You can’t perform that action at this time.
0 commit comments