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'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 'android-P'
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
defaultConfig {
......
......@@ -2,7 +2,7 @@ ext {
versions = [
java : JavaVersion.VERSION_1_8,
compileSdk : 28,
targetSdk : 27,
targetSdk : 28,
buildTools : '28.0.0-rc2',
kotlin : '1.2.41',
coroutine : '0.22.5',
......
......@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 'android-P'
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
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