Skip to content

Commit

Permalink
* update build to latest gradle
Browse files Browse the repository at this point in the history
* update to latest support libs
  • Loading branch information
mikepenz committed Jun 9, 2017
1 parent 3f25274 commit 24a3968
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,21 @@ buildscript {
}

repositories {
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.novoda:bintray-release:0.3.4'
classpath 'com.android.tools.build:gradle:3.0.0-alpha3'
classpath 'com.novoda:bintray-release:0.5.0'
}
}

allprojects {
repositories {
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
}

task wrapper(type: Wrapper) {
gradleVersion = '3.4'
}
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Feb 24 18:10:57 CET 2017
#Fri Jun 09 23:06:04 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-milestone-1-all.zip

0 comments on commit 24a3968

Please sign in to comment.