increase targetSdk to Android 12 (API 31) (#123)

This commit is contained in:
johan12345
2021-09-12 18:18:33 +02:00
parent 88d89c2760
commit ed8cb50b08

View File

@@ -12,7 +12,7 @@ android {
defaultConfig {
applicationId "net.vonforst.evmap"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 61
versionName "1.0.0-beta03"