2.287 release

This commit is contained in:
M66B 2020-08-18 18:08:00 +02:00
parent 4cf8bc3ff3
commit 3c0101a5d7
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.286" versionName = "2.287"
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 30 targetSdkVersion 30
versionCode = 2020081601 versionCode = 2020081801
archivesBaseName = "NetGuard-v$versionName" archivesBaseName = "NetGuard-v$versionName"
externalNativeBuild { externalNativeBuild {