Skip to content

Commit b927220

Browse files
committed
Merge pull request #3742 from wordpress-mobile/issue/update-to-android-gradle-plugin-2.0
🎉Instant Run 🎉- Update to android gradle plugin 2.0
2 parents f7bbc16 + 7b89b47 commit b927220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressUtils/build.gradle

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

0 commit comments

Comments
 (0)