Skip to content

Commit

Permalink
Update beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Sep 12, 2020
1 parent 5bf5108 commit eb46f4a
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 @@ -12,7 +12,7 @@ android {

fdroid{
applicationId "pan.alexander.tordnscrypt"
versionName "1.0.3-beta"
versionName "1.0.4-beta"
dimension = 'version'
resValue 'string', 'package_name', applicationId
}
Expand Down Expand Up @@ -42,7 +42,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 103
versionCode 104

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

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

beta {
applicationId "pan.alexander.tordnscrypt"
versionName "1.0.3"
versionName "1.0.4"
dimension = 'version'
signingConfig signingConfigs.betasign
resValue 'string', 'package_name', applicationId
Expand Down Expand Up @@ -88,7 +88,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 103
versionCode 104

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

Expand Down

0 comments on commit eb46f4a

Please sign in to comment.