Skip to content

Commit 05c4974

Browse files
committed
Merge pull request #48 from felipeska/update_gradle
update gradle
2 parents 420a264 + 436f9e3 commit 05c4974

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.8.+'
7+
classpath 'com.android.tools.build:gradle:1.0.1'
88
}
99
}
1010

11-
apply plugin: 'android'
11+
apply plugin: 'android-library'
1212

1313
android {
1414

1515
compileSdkVersion 17
16-
buildToolsVersion "19.0.3"
16+
buildToolsVersion "21.1.2"
1717

1818
defaultConfig {
1919
minSdkVersion 8

0 commit comments

Comments
 (0)