Skip to content

Commit

Permalink
Update Gradle version and a few dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanbenschoten committed Aug 16, 2015
1 parent 8afc960 commit 873e817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Expand Up @@ -2,17 +2,16 @@

buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'de.mobilej.unmock:UnMockPlugin:0.1.1'
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'de.mobilej.unmock:UnMockPlugin:0.3.5'
}
}

allprojects {
repositories {
mavenCentral()
jcenter()
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip

0 comments on commit 873e817

Please sign in to comment.