aboutsummaryrefslogtreecommitdiff
path: root/tests/tictactoe
diff options
context:
space:
mode:
authorAlex Ruiz <alruiz@google.com>2013-10-10 12:03:38 -0700
committerAlex Ruiz <alruiz@google.com>2013-10-10 12:17:01 -0700
commitc5a3c3ba285484fbc7f890a630a4e13fd15385ea (patch)
tree60cad132017c20cc66b9336c912345e9b90343c3 /tests/tictactoe
parent7472d12db00e2f8325633efa96d2e0982382fda6 (diff)
downloadbuild-c5a3c3ba285484fbc7f890a630a4e13fd15385ea.tar.gz
Updated plug-in version to 0.6.2
Change-Id: I3c8ac610467092da38389339bb9fa284430ec79b
Diffstat (limited to 'tests/tictactoe')
-rw-r--r--tests/tictactoe/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tictactoe/build.gradle b/tests/tictactoe/build.gradle
index 74c2741..365b54a 100644
--- a/tests/tictactoe/build.gradle
+++ b/tests/tictactoe/build.gradle
@@ -3,6 +3,6 @@ buildscript {
maven { url '../../../../out/host/gradle/repo' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.6.1-SNAPSHOT'
+ classpath 'com.android.tools.build:gradle:0.6.2-SNAPSHOT'
}
}