Skip to content

Commit 3811b8d

Browse files
committed
revert to 1.3.0 gradle build tools
1 parent eaebd1e commit 3811b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
dependencies {
30-
classpath 'com.android.tools.build:gradle:1.5.0'
30+
classpath 'com.android.tools.build:gradle:1.3.0'
3131
}
3232
}
3333

test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:1.5.0'
24+
classpath 'com.android.tools.build:gradle:1.3.0'
2525
}
2626
}
2727

0 commit comments

Comments
 (0)