Skip to content

Commit

Permalink
remove maven
Browse files Browse the repository at this point in the history
  • Loading branch information
PenzK committed Apr 13, 2018
1 parent 9a01668 commit f1e73d7
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions build.gradle
@@ -1,30 +1,17 @@
buildscript {
repositories {
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
}
}

def isReleaseBuild() {
return version.contains("SNAPSHOT") == false
}

allprojects {
version = VERSION_NAME
group = GROUP

repositories {
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
jcenter()
}
}

0 comments on commit f1e73d7

Please sign in to comment.