2.310 release

This commit is contained in:
M66B 2023-09-16 10:50:32 +02:00
parent 4fa768f4c8
commit 3f4a3a53ff
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.309" versionName = "2.310"
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 34 targetSdkVersion 34
versionCode = 2023082401 versionCode = 2023091601
archivesBaseName = "NetGuard-v$versionName" archivesBaseName = "NetGuard-v$versionName"
externalNativeBuild { externalNativeBuild {