1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-03 05:44:14 +00:00

2.301 release

This commit is contained in:
M66B 2022-06-04 15:37:14 +02:00
parent 0a750f98eb
commit c6297c9eab

View file

@ -9,10 +9,10 @@ android {
defaultConfig { defaultConfig {
applicationId = "eu.faircode.netguard" applicationId = "eu.faircode.netguard"
versionName = "2.300" versionName = "2.301"
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 31 targetSdkVersion 31
versionCode = 2022011901 versionCode = 2022060401
archivesBaseName = "NetGuard-v$versionName" archivesBaseName = "NetGuard-v$versionName"
externalNativeBuild { externalNativeBuild {