summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2016-01-19 17:29:35 -0800
committerMaurice Lam <yukl@google.com>2016-01-19 17:29:35 -0800
commit8ee818ca3388e63284d6db3932541359e81ed212 (patch)
tree1e14f6e951e90b04f2b30fa7ce61e51343950dd9 /tools
parent38a3832bf55aeb5dc24904d4d1ddf391dffa7d7b (diff)
downloadsetupwizard-8ee818ca3388e63284d6db3932541359e81ed212.tar.gz
Update SuwLib build version to 23.0.2
Change-Id: Ib0fa01d298d7e3fdc529ead24e913d2de936a602
Diffstat (limited to 'tools')
-rw-r--r--tools/gradle/android.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gradle/android.properties b/tools/gradle/android.properties
index fad7480..c4f1f4b 100644
--- a/tools/gradle/android.properties
+++ b/tools/gradle/android.properties
@@ -1,6 +1,6 @@
// Set the default SDK and build tools version for all apps
-compileSdkVersion 21
-buildToolsVersion = '21.1.2'
+compileSdkVersion 23
+buildToolsVersion = '23.0.2'
// enable Java7
compileOptions.sourceCompatibility JavaVersion.VERSION_1_7