Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkartyshov committed Jan 9, 2017
1 parent 80828af commit d42a93f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adguard_cb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
defaultConfig {
targetSdkVersion 23
applicationId 'com.adguard.android.contentblocker'
versionName "1.4.2"
versionName "1.4.3"
signingConfig signingConfigs.config
}
buildTypes {
Expand All @@ -27,11 +27,11 @@ android {
productFlavors {
yandex_api16 {
minSdkVersion 16
versionCode 1600142
versionCode 1600143
}
samsung_api21 {
minSdkVersion 21
versionCode 2100142
versionCode 2100143
}
}
compileOptions {
Expand Down

0 comments on commit d42a93f

Please sign in to comment.