File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ android {
1010 }
1111 }
1212 compileSdkVersion 23
13- buildToolsVersion " 25"
13+ buildToolsVersion " 25.0.2 "
1414 defaultConfig {
1515 targetSdkVersion 23
1616 applicationId ' com.adguard.android.contentblocker'
17- versionName " 1.6.10 "
17+ versionName " 1.7.0 "
1818 signingConfig signingConfigs. config
1919 }
2020 buildTypes {
@@ -27,11 +27,11 @@ android {
2727 productFlavors {
2828 yandex_api16 {
2929 minSdkVersion 16
30- versionCode 16001610
30+ versionCode 16001700
3131 }
3232 samsung_api21 {
3333 minSdkVersion 21
34- versionCode 21001610
34+ versionCode 21001700
3535 }
3636 }
3737 compileOptions {
Original file line number Diff line number Diff line change 9494 <string name =" importUserRulesUrlErrorMessage" >Неверный URL</string >
9595 <string name =" clearUserRulesButtonText" >Удалить все</string >
9696 <string name =" browseButtonText" >Обзор</string >
97+ <string name =" github" >Github</string >
98+ <string name =" reportBug" >Сообщить о проблеме</string >
9799</resources >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <color name =" colorPrimary" >#4CAF50 </color >
3+ <color name =" colorPrimary" >#4caf50 </color >
44 <color name =" colorPrimaryDark" >#388E3C</color >
55 <color name =" colorSecondary" >#388E3C</color >
66 <color name =" colorAccent" >#ff5722</color >
You can’t perform that action at this time.
0 commit comments