Skip to content

Commit bd701c6

Browse files
committed
Use auto updatable android gradle
Declares dependency as: com.android.tools.build:gradle:0.4.+ https://plus.google.com/u/0/108967384991768947849/posts/ZWoLfsto98s
1 parent dd1f2de commit bd701c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.4'
6+
classpath 'com.android.tools.build:gradle:0.4.+'
77
}
88
}
99
apply plugin: 'android-library'

0 commit comments

Comments
 (0)