Skip to content

Commit

Permalink
Merge pull request chennaione#168 from pmcatominey/master
Browse files Browse the repository at this point in the history
Updated build.gradle meet minimum build requirements
  • Loading branch information
whoshuu committed Jan 27, 2015
2 parents 623b31d + 88b372a commit bdb4ec7
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.9.+'
classpath 'com.android.tools.build:gradle:0.12.2'
}
}

apply plugin: 'android-library'
apply plugin: 'com.android.library'

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

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

0 comments on commit bdb4ec7

Please sign in to comment.