2.236 release

This commit is contained in:
M66B 2019-04-23 11:28:27 +02:00
parent 0e4c4fecc9
commit f1c03c25e0
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ android {
defaultConfig { defaultConfig {
applicationId = "eu.faircode.netguard" applicationId = "eu.faircode.netguard"
versionName = "2.235" versionName = "2.236"
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 28 targetSdkVersion 28
versionCode = 2019042301 versionCode = 2019042302
archivesBaseName = "NetGuard-v$versionName" archivesBaseName = "NetGuard-v$versionName"
externalNativeBuild { externalNativeBuild {