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 5c76ce7 commit 2cdfa11Copy full SHA for 2cdfa11
adguard_cb/build.gradle
@@ -14,7 +14,7 @@ android {
14
defaultConfig {
15
targetSdkVersion 23
16
applicationId 'com.adguard.android.contentblocker'
17
- versionName "1.2.1"
+ versionName "1.2.2"
18
signingConfig signingConfigs.config
19
}
20
buildTypes {
@@ -27,11 +27,11 @@ android {
27
productFlavors {
28
yandex_api16 {
29
minSdkVersion 16
30
- versionCode 1600121
+ versionCode 1600122
31
32
samsung_api21 {
33
minSdkVersion 21
34
- versionCode 2100121
+ versionCode 2100122
35
36
37
compileOptions {
0 commit comments