mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-08 15:45:12 +00:00
Target Android 11
This commit is contained in:
parent
9bd63c4418
commit
3433f7981e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue