Skip to content

Commit d3158c0

Browse files
committed
https://github.com/AdguardTeam/ContentBlocker/issues/77
Added russian translate Increment version
1 parent d839bc3 commit d3158c0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

adguard_cb/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

adguard_cb/src/main/res/values-ru/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,6 @@
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>

adguard_cb/src/main/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

0 commit comments

Comments
 (0)