summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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 b4a1e0c..3795eee 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 26
-buildToolsVersion = '26.0.0'
+compileSdkVersion 27
+buildToolsVersion = '27.0.0'
// enable Java7
compileOptions.sourceCompatibility JavaVersion.VERSION_1_7