Skip to content

Commit 9a0f1fe

Browse files
committed
update gradle plugin to 2.1.0
1 parent 8991239 commit 9a0f1fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:2.1.0-alpha5'
9+
classpath 'com.android.tools.build:gradle:2.1.0'
1010
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
1111

1212
// NOTE: Do not place your application dependencies here; they belong

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Wed Oct 21 11:34:03 PDT 2015
1+
#Thu May 12 09:47:53 CST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)