Skip to content

Commit

Permalink
Updated support lib to 24.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Aug 18, 2016
1 parent 1cd6217 commit 98d4c4b
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 @@ -73,11 +73,10 @@ repositories {
}

ext {
supportLibVersion = '24.1.1'
supportLibVersion = '24.2.0'
}

dependencies {
compile "com.android.support:support-v4:${supportLibVersion}"
compile "com.android.support:palette-v7:${supportLibVersion}"
compile "com.android.support:recyclerview-v7:${supportLibVersion}"
compile "com.android.support:design:${supportLibVersion}"
Expand Down

0 comments on commit 98d4c4b

Please sign in to comment.