Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed May 4, 2016
1 parent 6951918 commit 09ed5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.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:23.3.0'
provided 'com.jakewharton.threetenabp:threetenabp:1.0.3'
provided 'com.jakewharton.timber:timber:4.1.2'
provided 'com.squareup.okio:okio:1.6.0'
provided 'com.squareup.okio:okio:1.8.0'
}

// build a jar with source files
Expand Down

0 comments on commit 09ed5d7

Please sign in to comment.