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 2, 2020
1 parent aca9880 commit 44ebb87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tordnscrypt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {

beta{
applicationId "pan.alexander.tordnscrypt"
versionName "0.5.9"
versionName "0.6.0"
dimension = 'version'
resValue 'string', 'package_name', applicationId
}
Expand Down Expand Up @@ -53,7 +53,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 59
versionCode 60

resConfigs "en", "ru-rRU" , "ru-rUA", "pl"

Expand Down
4 changes: 2 additions & 2 deletions tordnscrypt/owner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {

beta {
applicationId "pan.alexander.tordnscrypt"
versionName "0.5.9"
versionName "0.6.0"
dimension = 'version'
signingConfig signingConfigs.betasign
resValue 'string', 'package_name', applicationId
Expand Down Expand Up @@ -76,7 +76,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 59
versionCode 60

resConfigs "en", "ru-rRU", "ru-rUA", "pl"

Expand Down

0 comments on commit 44ebb87

Please sign in to comment.