Target Android 11

This commit is contained in:
M66B 2020-06-14 13:34:06 +02:00
parent 9bd63c4418
commit 3433f7981e
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android {
compileSdkVersion = 29
compileSdkVersion = 30
defaultConfig {
applicationId = "eu.faircode.netguard"
versionName = "2.282"
minSdkVersion 22
targetSdkVersion 29
targetSdkVersion 30
versionCode = 2020061201
archivesBaseName = "NetGuard-v$versionName"