Skip to content

Commit

Permalink
Upgrade support library to 23.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlber committed Feb 28, 2016
1 parent 4240d0a commit 1a0068f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

ext {
supportVersion = "23.1.1"
supportVersion = "23.2.0"
retrofitVersion = "2.0.0-beta1"
assertjVersion = '1.1.1'
robolectricVersion = '3.0'
Expand All @@ -65,7 +65,6 @@ dependencies {
compile "com.android.support:design:$supportVersion"
compile "com.android.support:preference-v7:$supportVersion"
compile "com.android.support:customtabs:$supportVersion"
compile "com.android.support:support-annotations:$supportVersion"
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'io.reactivex:rxjava:1.0.10'
compile "com.squareup.retrofit:retrofit:$retrofitVersion"
Expand Down

0 comments on commit 1a0068f

Please sign in to comment.