Skip to content

Commit c609ec7

Browse files
Upgrade to Gradle plugin 2.2.0-alpha5
Android Studio 2.2 Preview 5 requires 2.2.0-alpha5.
1 parent c9b797a commit c609ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
ext {
18-
gradleClasspath = 'com.android.tools.build:gradle:2.2.0-alpha4'
18+
gradleClasspath = 'com.android.tools.build:gradle:2.2.0-alpha5'
1919
compileSdkVersion = 24
2020
buildToolsVersion = "24.0.0"
2121
targetSdkVersion = 23

0 commit comments

Comments
 (0)