commit | aca4aadfe78ff04f8e5852a5e1ad6af5a01c4556 | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <[email protected]> | Wed Oct 12 14:48:41 2016 -0700 |
committer | Aurimas Liutikas <[email protected]> | Wed Oct 12 16:50:34 2016 -0700 |
tree | 8277c9cf09aa6b505ae31c52501c0655a4924a10 | |
parent | 0803f898b893127d23e792cb1eaa364d5e148227 [diff] [blame] |
Update to gradle-plugin 2.2.1 Test: ./gradlew assemble assembleAndroidTest Change-Id: I2d97beb1d362a138920d1c242d562b5f55ede50a
diff --git a/build.gradle b/build.gradle index 1442e38..dbcf59f 100644 --- a/build.gradle +++ b/build.gradle
@@ -15,7 +15,7 @@ } dependencies { // Keep gradle plugin version in sync with ub_supportlib-master manifest. - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.2.1' } }