File tree Expand file tree Collapse file tree 3 files changed +4
-115
lines changed
Expand file tree Collapse file tree 3 files changed +4
-115
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- mavenCentral()
4- maven {
5- url ' https://maven.google.com/'
6- name ' Google'
7- }
3+ google()
4+ jcenter()
85 }
96
107 dependencies {
118 classpath ' com.android.tools.build:gradle:3.1.0'
129 }
1310}
1411
15- def isReleaseBuild () {
16- return version. contains(" SNAPSHOT" ) == false
17- }
18-
1912allprojects {
20- version = VERSION_NAME
21- group = GROUP
22-
2313 repositories {
24- mavenCentral()
25- maven {
26- url ' https://maven.google.com/'
27- name ' Google'
28- }
14+ google()
15+ jcenter()
2916 }
3017}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2- apply from : ' ../mavenpush.gradle'
32
43android {
54 compileSdkVersion 27
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments