1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-03 13:54:09 +00:00

2.209 release

This commit is contained in:
M66B 2018-10-02 06:11:11 +00:00
parent 134d4c0b11
commit 35f9b471ad

View file

@ -6,10 +6,10 @@ android {
defaultConfig {
applicationId = "eu.faircode.netguard"
versionName = "2.208"
versionName = "2.209"
minSdkVersion 22
targetSdkVersion 27
versionCode = 2018092901
versionCode = 2018100201
archivesBaseName = "NetGuard-v$versionName"
externalNativeBuild {
@ -26,6 +26,10 @@ android {
}
}
lintOptions {
disable 'MissingTranslation'
}
externalNativeBuild {
cmake {
path "CMakeLists.txt"