Skip to content

Commit

Permalink
chore(build.gradle): update gradle packages
Browse files Browse the repository at this point in the history
Update buildToolsVersion to 21.1.2 and android support to 21.0.3
  • Loading branch information
kmb32123 committed Dec 29, 2014
1 parent 25d97c5 commit 3bc3d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion "21.1.0"
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "com.poliveira.apps.materialtests"
Expand All @@ -21,7 +21,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:21.0.0'
compile 'com.android.support:support-v4:21.0.3'
//noinspection GradleDependency
compile "com.android.support:appcompat-v7:21.0.0"
compile 'com.android.support:recyclerview-v7:21.0.0'
Expand Down

0 comments on commit 3bc3d5f

Please sign in to comment.