summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGautam Korlam <gkorlam@uber.com>2016-09-26 13:19:40 -0700
committerGautam Korlam <gkorlam@uber.com>2016-09-26 13:19:40 -0700
commit3a38353855e1ae35c4c408156f56dfb705f65b38 (patch)
treebb2117f125a6adfbe15bc6885f66bc406bf517c7 /build.gradle
parentc686612fb0d3d4d76cc9268ab9122a0b92fe9cda (diff)
downloadandroid-studio-gradle-test-3a38353855e1ae35c4c408156f56dfb705f65b38.tar.gz
Update okbuck and wrapper
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f4e5359..fbf5ac3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'net.ltgt.gradle:gradle-apt-plugin:0.6'
- classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.5.3'
+ classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.6.0'
}
}