Skip to content

Commit

Permalink
最新のASでインポートできるように修正しました。
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki50 committed Aug 26, 2013
1 parent 9ffc7d8 commit 001f71c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.4'
classpath 'com.android.tools.build:gradle:0.5.+'
}
}
apply plugin: 'android'
Expand All @@ -13,7 +13,7 @@ dependencies {

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

defaultConfig {
minSdkVersion 17
Expand Down

0 comments on commit 001f71c

Please sign in to comment.