Skip to content

Commit

Permalink
Upgrade gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
stormzhang committed Dec 18, 2014
1 parent 2465317 commit f4707a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 19
compileSdkVersion 21
buildToolsVersion "21.1.1"

defaultConfig {
applicationId "me.storm.ninegag"
minSdkVersion 14
targetSdkVersion 19
targetSdkVersion 21
versionCode 4
versionName "1.3"
}
Expand All @@ -24,7 +25,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
compile 'com.android.support:support-v4:19.1.+'
compile 'com.android.support:support-v4:21.0.2'

// AndroidStaggeredGrid https://github.com/etsy/AndroidStaggeredGrid
compile 'com.etsy.android.grid:library:1.0.5'
Expand Down

0 comments on commit f4707a2

Please sign in to comment.