Skip to content

Commit

Permalink
Update libraries to latest. (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Nov 23, 2017
1 parent 982ddc0 commit a6f547f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {

dependencies {
classpath 'com.gradle.publish:plugin-publish-plugin:0.9.9'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.9.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.10.0'
}
}

Expand All @@ -19,12 +19,13 @@ apply plugin: 'com.vanniktech.android.junit.jacoco'

repositories {
jcenter()
google()
}

dependencies {
compile gradleApi()
compile localGroovy()
compile 'com.android.tools.build:gradle:2.3.3'
compile 'com.android.tools.build:gradle:3.0.1'

testCompile 'junit:junit:4.12'
}
Expand All @@ -49,7 +50,7 @@ pluginBundle {
}

task wrapper(type: Wrapper) {
gradleVersion = '4.1'
gradleVersion = '4.3.1'
distributionType = Wrapper.DistributionType.ALL
}

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Tue Aug 08 16:41:32 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip

0 comments on commit a6f547f

Please sign in to comment.