File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6+ mavenCentral()
67 }
78 dependencies {
89 classpath ' com.android.tools.build:gradle:2.3.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
@@ -15,6 +17,7 @@ buildscript {
1517allprojects {
1618 repositories {
1719 jcenter()
20+ mavenCentral()
1821 }
1922}
2023
Original file line number Diff line number Diff line change @@ -29,3 +29,6 @@ dependencies {
2929 compile ' com.android.support:appcompat-v7:26.+'
3030 testCompile ' junit:junit:4.12'
3131}
32+
33+ apply plugin : ' com.github.dcendents.android-maven'
34+ group= ' com.github.tylersuehr7'
You can’t perform that action at this time.
0 commit comments