Skip to content

Commit

Permalink
Update beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Mar 15, 2020
1 parent 5449bda commit 259984f
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 @@ -10,7 +10,7 @@ android {

fdroid{
applicationId "pan.alexander.tordnscrypt"
versionName "0.7.1-beta"
versionName "0.7.2-beta"
dimension = 'version'
resValue 'string', 'package_name', applicationId
}
Expand Down Expand Up @@ -40,7 +40,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 71
versionCode 72

resConfigs "en", "ru-rRU", "ru-rUA", "pl", "de", "fa", "in"

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.7.1"
versionName "0.7.2"
dimension = 'version'
signingConfig signingConfigs.betasign
resValue 'string', 'package_name', applicationId
Expand Down Expand Up @@ -86,7 +86,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 71
versionCode 72

resConfigs "en", "ru-rRU", "ru-rUA", "pl", "de", "fa", "in"

Expand Down

0 comments on commit 259984f

Please sign in to comment.