mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-26 01:38:07 +00:00
2.222 release
This commit is contained in:
parent
87d461333b
commit
0cbb1137cd
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "eu.faircode.netguard"
|
applicationId = "eu.faircode.netguard"
|
||||||
versionName = "2.221"
|
versionName = "2.222"
|
||||||
minSdkVersion 22
|
minSdkVersion 22
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode = 2019010901
|
versionCode = 2019011301
|
||||||
archivesBaseName = "NetGuard-v$versionName"
|
archivesBaseName = "NetGuard-v$versionName"
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
Loading…
Reference in a new issue