We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134d4c0 commit 35f9b47Copy full SHA for 35f9b47
1 file changed
app/build.gradle
@@ -6,10 +6,10 @@ android {
6
7
defaultConfig {
8
applicationId = "eu.faircode.netguard"
9
- versionName = "2.208"
+ versionName = "2.209"
10
minSdkVersion 22
11
targetSdkVersion 27
12
- versionCode = 2018092901
+ versionCode = 2018100201
13
archivesBaseName = "NetGuard-v$versionName"
14
15
externalNativeBuild {
@@ -26,6 +26,10 @@ android {
26
}
27
28
29
+ lintOptions {
30
+ disable 'MissingTranslation'
31
+ }
32
+
33
34
cmake {
35
path "CMakeLists.txt"
0 commit comments