Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Apr 8, 2016
1 parent 99960aa commit de7e5f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-beta7'
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ android {
}

dependencies {
provided 'com.android.support:appcompat-v7:23.2.1'
provided 'com.android.support:support-v4:23.2.1'
provided 'com.android.support:appcompat-v7:23.3.0'
provided 'com.android.support:support-v4:23.3.0'
provided 'com.jakewharton.threetenabp:threetenabp:1.0.3'
provided 'com.jakewharton.timber:timber:4.1.1'
provided 'com.jakewharton.timber:timber:4.1.2'
provided 'com.squareup.okio:okio:1.6.0'
}

Expand Down

0 comments on commit de7e5f8

Please sign in to comment.