File tree Expand file tree Collapse file tree 3 files changed +22
-18
lines changed Expand file tree Collapse file tree 3 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
32buildscript {
43 repositories {
5- jcenter()
6- google()
4+ mavenCentral()
75 }
86 dependencies {
9- classpath ' com.android.tools.build:gradle:3.1.0'
10-
11- // NOTE: Do not place your application dependencies here; they belong
12- // in the individual module build.gradle files
7+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0'
138 }
14- }
15-
16- allprojects {
17- repositories {
18- jcenter()
19- }
20- }
21-
22- task clean (type : Delete ) {
23- delete rootProject. buildDir
24- }
9+ }
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ apply plugin : ' com.github.dcendents.android-maven'
3+ group= ' com.github.marksalpeter'
4+
5+ buildscript {
6+ repositories {
7+ jcenter()
8+ google()
9+ }
10+ dependencies {
11+ classpath ' com.android.tools.build:gradle:3.1.0'
12+ }
13+ }
14+
15+ allprojects {
16+ repositories {
17+ jcenter()
18+ google()
19+ }
20+ }
221
322android {
423 compileSdkVersion 25
You can’t perform that action at this time.
0 commit comments