Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Jul 27, 2016
1 parent d83ba43 commit 40b918d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0'
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
provided 'com.android.support:support-v4:24.1.1'
provided 'com.jakewharton.threetenabp:threetenabp:1.0.3'
provided 'com.jakewharton.timber:timber:4.1.2'
provided 'com.squareup.okio:okio:1.8.0'
provided 'com.squareup.okio:okio:1.9.0'
}

// build a jar with source files
Expand Down

0 comments on commit 40b918d

Please sign in to comment.