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 25, 2020
1 parent 044b90b commit 10947b9
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.4-beta"
versionName "1.0.5-beta"
dimension = 'version'
resValue 'string', 'package_name', applicationId
}
Expand Down Expand Up @@ -42,7 +42,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 104
versionCode 105

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.4"
versionName "1.0.5"
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 104
versionCode 105

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

Expand Down

0 comments on commit 10947b9

Please sign in to comment.