Skip to content

Commit

Permalink
Fixed build file
Browse files Browse the repository at this point in the history
  • Loading branch information
briangriffey committed Sep 11, 2013
1 parent d7f6fc4 commit a95c739
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions library/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.gradle
build
15 changes: 13 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
buildscript {
repositories {
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'

}
}

apply plugin: 'android-library'

android {
compileSdkVersion 17
buildToolsVersion "17.0.0"
compileSdkVersion 18
buildToolsVersion "18.0.1"

sourceSets {
main {
Expand Down

0 comments on commit a95c739

Please sign in to comment.