update to Android 11 SDK

This commit is contained in:
Johan von Forstner
2020-12-27 17:15:18 +01:00
parent d7fcb35a4e
commit 7141eb5013

View File

@@ -6,13 +6,13 @@ apply plugin: 'androidx.navigation.safeargs.kotlin'
apply plugin: 'com.mikepenz.aboutlibraries.plugin'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "net.vonforst.evmap"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 27
versionName "0.4.0"