Commit 9641f291 authored by Lucio Maciel's avatar Lucio Maciel

Use final API 28

parent 335f0808
...@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions' ...@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt' apply plugin: 'kotlin-kapt'
android { android {
compileSdkVersion 'android-P' compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools buildToolsVersion versions.buildTools
defaultConfig { defaultConfig {
......
...@@ -2,7 +2,7 @@ ext { ...@@ -2,7 +2,7 @@ ext {
versions = [ versions = [
java : JavaVersion.VERSION_1_8, java : JavaVersion.VERSION_1_8,
compileSdk : 28, compileSdk : 28,
targetSdk : 27, targetSdk : 28,
buildTools : '28.0.0-rc2', buildTools : '28.0.0-rc2',
kotlin : '1.2.41', kotlin : '1.2.41',
coroutine : '0.22.5', coroutine : '0.22.5',
......
...@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android' ...@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android-extensions'
android { android {
compileSdkVersion 'android-P' compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools buildToolsVersion versions.buildTools
defaultConfig { defaultConfig {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment