Skip to content

Commit 2cdfa11

Browse files
committed
https://github.com/AdguardTeam/ContentBlocker/issues/35
fix crash ApplyAndRefreshTask
1 parent 5c76ce7 commit 2cdfa11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adguard_cb/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
defaultConfig {
1515
targetSdkVersion 23
1616
applicationId 'com.adguard.android.contentblocker'
17-
versionName "1.2.1"
17+
versionName "1.2.2"
1818
signingConfig signingConfigs.config
1919
}
2020
buildTypes {
@@ -27,11 +27,11 @@ android {
2727
productFlavors {
2828
yandex_api16 {
2929
minSdkVersion 16
30-
versionCode 1600121
30+
versionCode 1600122
3131
}
3232
samsung_api21 {
3333
minSdkVersion 21
34-
versionCode 2100121
34+
versionCode 2100122
3535
}
3636
}
3737
compileOptions {

0 commit comments

Comments
 (0)