Skip to content

Commit

Permalink
bump: bump beta version to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Jan 5, 2025
1 parent ebabd51 commit eeee00b
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 @@ -56,7 +56,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 242
versionCode 243

resConfigs "en", "ru", "pl", "de", "fa", "fi", "in", "fr", "ja", "zh", "es", "pt", "pt-rBR", "el", "tr", "it", "uk", "bg", "ar", "nl", "ta"

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

beta {
applicationId "pan.alexander.tordnscrypt"
versionName "2.4.2"
versionName "2.4.3"
dimension = 'version'
signingConfig signingConfigs.betasign
resValue 'string', 'package_name', applicationId
Expand Down Expand Up @@ -108,7 +108,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 242
versionCode 243

resConfigs "en", "ru", "pl", "de", "fa", "fi", "in", "fr", "ja", "zh", "es", "pt", "pt-rBR", "el", "tr", "it", "uk", "bg", "ar", "nl", "ta"

Expand Down

0 comments on commit eeee00b

Please sign in to comment.