Skip to content

Commit

Permalink
Merge pull request #76 from matthiasbruns/master
Browse files Browse the repository at this point in the history
Increased build version and support version api
  • Loading branch information
satyan committed Mar 21, 2014
2 parents 8b964bc + acca20a commit bea321c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
classpath 'com.android.tools.build:gradle:0.9.+'
}
}

apply plugin: 'android-library'

dependencies {
compile 'com.android.support:support-v4:13.0.+'
compile 'com.android.support:support-v4:19.0.1'
}

android {
compileSdkVersion 17
buildToolsVersion "17.0.0"
compileSdkVersion 19
buildToolsVersion "19.0.3"
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down

0 comments on commit bea321c

Please sign in to comment.