use SDK 27, build tools 27.0.3

This commit is contained in:
Dulmandakh 2018-09-12 03:34:09 +08:00
parent 0f7091ba14
commit 2cd5a421c8
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
def DEFAULT_COMPILE_SDK_VERSION = 26 def DEFAULT_COMPILE_SDK_VERSION = 27
def DEFAULT_BUILD_TOOLS_VERSION = "26.0.3" def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
def DEFAULT_MIN_SDK_VERSION = 16 def DEFAULT_MIN_SDK_VERSION = 16
def DEFAULT_TARGET_SDK_VERSION = 26 def DEFAULT_TARGET_SDK_VERSION = 26