Skip to content

Commit 88a1672

Browse files
committed
Update version
1 parent 3ad1a3d commit 88a1672

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

adguard_cb/build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
apply plugin: 'com.android.application'
22

33
android {
4+
lintOptions {
5+
abortOnError false
6+
}
7+
48
signingConfigs {
59
config {
610
keyAlias 'adguard'
@@ -14,7 +18,7 @@ android {
1418
defaultConfig {
1519
targetSdkVersion 26
1620
applicationId 'com.adguard.android.contentblocker'
17-
versionName "2.1.1"
21+
versionName "2.1.2"
1822
signingConfig signingConfigs.config
1923
}
2024
buildTypes {
@@ -27,11 +31,11 @@ android {
2731
productFlavors {
2832
yandex_api16 {
2933
minSdkVersion 16
30-
versionCode 16002101
34+
versionCode 16002102
3135
}
3236
samsung_api21 {
3337
minSdkVersion 21
34-
versionCode 21002101
38+
versionCode 21002102
3539
}
3640
}
3741
compileOptions {

0 commit comments

Comments
 (0)