aboutsummaryrefslogtreecommitdiff
path: root/tests/tictactoe
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tictactoe')
-rw-r--r--tests/tictactoe/app/build.gradle2
-rw-r--r--tests/tictactoe/lib/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/tictactoe/app/build.gradle b/tests/tictactoe/app/build.gradle
index 9a5c703..2981b70 100644
--- a/tests/tictactoe/app/build.gradle
+++ b/tests/tictactoe/app/build.gradle
@@ -6,5 +6,5 @@ dependencies {
android {
compileSdkVersion 15
- buildToolsVersion "1.0"
+ buildToolsVersion "17.0"
}
diff --git a/tests/tictactoe/lib/build.gradle b/tests/tictactoe/lib/build.gradle
index f63ed4d..a06624d 100644
--- a/tests/tictactoe/lib/build.gradle
+++ b/tests/tictactoe/lib/build.gradle
@@ -2,5 +2,5 @@ apply plugin: 'android-library'
android {
compileSdkVersion 15
- buildToolsVersion "1.0"
+ buildToolsVersion "17.0"
} \ No newline at end of file