Skip to content

Commit

Permalink
Update beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Nov 3, 2020
1 parent a92019d commit afb4991
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.9-beta"
versionName "1.1.0-beta"
dimension = 'version'
resValue 'string', 'package_name', applicationId
}
Expand Down Expand Up @@ -42,7 +42,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 109
versionCode 110

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

Expand Down Expand Up @@ -125,7 +125,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.3.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
Expand Down
6 changes: 3 additions & 3 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.9"
versionName "1.1.0"
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 109
versionCode 110

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

Expand Down Expand Up @@ -170,7 +170,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.3.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
google_playImplementation 'com.android.billingclient:billing:3.0.1'
testImplementation 'junit:junit:4.13'
Expand Down

0 comments on commit afb4991

Please sign in to comment.