Drop support for KitKat, target Android Q

This commit is contained in:
Davide Depau 2019-07-15 06:52:00 +02:00
parent 85cd486b86
commit 670272384d
1 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 28
compileSdkVersion 29
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "eu.depau.etchdroid"
minSdkVersion 19
targetSdkVersion 28
minSdkVersion 21
targetSdkVersion 29
versionCode 8
versionName "1.3.31"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"