Skip to content

Commit

Permalink
Update tools and libraries to support official Android Studio 1.0 rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
whoshuu committed Jan 28, 2015
1 parent bdb4ec7 commit eadd351
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.12.2'
classpath 'com.android.tools.build:gradle:1.0.0'
}
}

apply plugin: 'com.android.library'

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

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

0 comments on commit eadd351

Please sign in to comment.