Updater: gradle: target api27

Change-Id: I83aae173b4e885368737ac94f5d6d018708d642b
Signed-off-by: Joey <joey@lineageos.org>
This commit is contained in:
Joey 2018-02-06 16:50:40 +01:00
parent 2a9c85e675
commit f62a57c463

View File

@ -21,12 +21,12 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion '26.0.3'
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 24
targetSdkVersion 24
targetSdkVersion 27
}
lintOptions {
@ -61,7 +61,7 @@ android {
dependencies {
compileOnly fileTree(dir: 'system_libs/', include: ['*.jar'])
def supportLibVersion = "24.2.1"
def supportLibVersion = "27.0.2"
implementation "com.android.support:appcompat-v7:${supportLibVersion}"
implementation "com.android.support:cardview-v7:${supportLibVersion}"
implementation "com.android.support:design:${supportLibVersion}"