Skip to content

Commit

Permalink
Update beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Feb 5, 2021
1 parent 33d5dd8 commit c29ff88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tordnscrypt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 121
versionCode 122

resConfigs "en", "ru-rRU", "ru-rUA", "pl", "de", "fa", "fi", "in", "fr", "ja"
resConfigs "en", "ru-rRU", "ru-rUA", "pl", "de", "fa", "fi", "in", "fr", "ja", "zh"

externalNativeBuild {
cmake {
Expand Down
6 changes: 3 additions & 3 deletions tordnscrypt/owner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {

beta {
applicationId "pan.alexander.tordnscrypt"
versionName "1.2.1"
versionName "1.2.2"
dimension = 'version'
signingConfig signingConfigs.betasign
resValue 'string', 'package_name', applicationId
Expand Down Expand Up @@ -87,9 +87,9 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 121
versionCode 122

resConfigs "en", "ru-rRU", "ru-rUA", "pl", "de", "fa", "fi", "in", "fr", "ja"
resConfigs "en", "ru-rRU", "ru-rUA", "pl", "de", "fa", "fi", "in", "fr", "ja", "zh"

externalNativeBuild {
cmake {
Expand Down

0 comments on commit c29ff88

Please sign in to comment.