Skip to content

Commit

Permalink
Initial checkin for TinyOwl gradle setup'
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay-tinyowl authored and manas-chaudhari committed Apr 16, 2015
1 parent 17ab063 commit 70c6201
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 @@ -5,12 +5,12 @@ dependencies {
}

android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
compileSdkVersion 19
buildToolsVersion "22.0.1"

defaultConfig {
minSdkVersion 8
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION)
targetSdkVersion 19
}

sourceSets {
Expand All @@ -22,4 +22,4 @@ android {
}
}

apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
//apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

0 comments on commit 70c6201

Please sign in to comment.