Skip to content

Commit

Permalink
Update stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Dec 13, 2020
1 parent 796d336 commit 073e39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tordnscrypt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {

fdroid{
applicationId "pan.alexander.tordnscrypt.stable"
versionName "5.0.0"
versionName "5.0.1"
dimension = 'version'
resValue 'string', 'package_name', applicationId
}
Expand Down
4 changes: 2 additions & 2 deletions tordnscrypt/owner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ android {
productFlavors {
lite {
applicationId "pan.alexander.tordnscrypt.stable"
versionName "5.0.0"
versionName "5.0.1"
dimension = 'version'
signingConfig signingConfigs.stablesign
resValue 'string', 'package_name', applicationId
}

pro {
applicationId "pan.alexander.tordnscrypt.stable"
versionName "5.0.0"
versionName "5.0.1"
dimension = 'version'
signingConfig signingConfigs.stablesign
resValue 'string', 'package_name', applicationId
Expand Down

0 comments on commit 073e39b

Please sign in to comment.