Skip to content

Commit c385a7b

Browse files
authored
Merge pull request #73 from Yalantis/feature/remove_maven
Feature/remove maven
2 parents b52b2d3 + f1e73d7 commit c385a7b

File tree

3 files changed

+4
-115
lines changed

3 files changed

+4
-115
lines changed

build.gradle

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,17 @@
11
buildscript {
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-
1912
allprojects {
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
}

lib/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.library'
2-
apply from: '../mavenpush.gradle'
32

43
android {
54
compileSdkVersion 27

mavenpush.gradle

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)