Skip to content

Commit

Permalink
Merge pull request #74 from Yalantis/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
PenzK authored Apr 13, 2018
2 parents 9a01668 + c385a7b commit 80321dc
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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 80321dc

Please sign in to comment.