Skip to content

Commit

Permalink
Merge pull request #795 from ne0fhyk/upstream_fix_gradle_update
Browse files Browse the repository at this point in the history
Gradle build files update to support android-studio v0.6.0
  • Loading branch information
arthurbenemann committed Jun 9, 2014
2 parents 716b645 + 3e7def6 commit d00a2dd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.iml
local.properties
.gradle
build/
2 changes: 1 addition & 1 deletion Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
buildToolsVersion '19.1.0'

defaultConfig {
versionName getGitVersion()
Expand Down
2 changes: 1 addition & 1 deletion Core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion "19.1.0"

sourceSets {
main {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion "19.1.0"

defaultConfig {
minSdkVersion 9
Expand Down
2 changes: 1 addition & 1 deletion Mavlink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion "19.1.0"

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:0.+'
}
}
2 changes: 1 addition & 1 deletion usb-serial-for-android/UsbSerialLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android-library'

android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion "19.1.0"

sourceSets {
main {
Expand Down

0 comments on commit d00a2dd

Please sign in to comment.