Skip to content

Commit d396373

Browse files
author
pgs
committed
fix android tools build gradle to 0.13.+
1 parent 7fb14d4 commit d396373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenLocal()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:0.13.0'
9+
classpath 'com.android.tools.build:gradle:0.13.+'
1010
}
1111
}
1212

0 commit comments

Comments
 (0)