Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkartyshov committed Feb 7, 2017
1 parent 673c4bb commit 8f857d4
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.4"
versionName "1.5"
signingConfig signingConfigs.config
}
buildTypes {
Expand All @@ -27,11 +27,11 @@ android {
productFlavors {
yandex_api16 {
minSdkVersion 16
versionCode 1600144
versionCode 1600150
}
samsung_api21 {
minSdkVersion 21
versionCode 2100144
versionCode 2100150
}
}
compileOptions {
Expand Down

0 comments on commit 8f857d4

Please sign in to comment.