Upgrade to API 30

This commit is contained in:
J-Jamet
2020-09-29 12:44:51 +02:00
parent 8192c68f38
commit fbaeaddff7

View File

@@ -4,13 +4,13 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
compileSdkVersion 30
buildToolsVersion '30.0.2'
defaultConfig {
applicationId "com.kunzisoft.keepass"
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 30
versionCode = 43
versionName = "2.8.7"
multiDexEnabled true