1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-25 09:21:14 +00:00

2.221 release

This commit is contained in:
M66B 2019-01-09 19:22:45 +00:00
parent 558171a978
commit 5b23f1c4f7

View file

@ -5,10 +5,10 @@ android {
defaultConfig { defaultConfig {
applicationId = "eu.faircode.netguard" applicationId = "eu.faircode.netguard"
versionName = "2.220" versionName = "2.221"
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 28 targetSdkVersion 28
versionCode = 2019010801 versionCode = 2019010901
archivesBaseName = "NetGuard-v$versionName" archivesBaseName = "NetGuard-v$versionName"
externalNativeBuild { externalNativeBuild {