Skip to content

Commit

Permalink
Tried to build with Android Studio 0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kshoji committed Jul 10, 2014
1 parent b4c3de2 commit 5e5fa53
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ MIDIDriver/build
.gradle
*.iml
local.properties
build
5 changes: 3 additions & 2 deletions MIDIDriver/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'
//apply plugin: 'android-library' // Android Studio < 0.8.0

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}

android {
compileSdkVersion 12
buildToolsVersion "19.0.3"
buildToolsVersion "20"

sourceSets {
main {
Expand Down
5 changes: 3 additions & 2 deletions MIDIDriverSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'android'
apply plugin: 'com.android.application'
//apply plugin: 'android' // Android Studio < 0.8.0

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
Expand All @@ -7,7 +8,7 @@ dependencies {

android {
compileSdkVersion 12
buildToolsVersion "19.0.3"
buildToolsVersion "20"

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:0.12.+'
}
}

0 comments on commit 5e5fa53

Please sign in to comment.