Skip to content

Commit

Permalink
Update beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Jul 29, 2020
1 parent a1c9b56 commit 4a082f5
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 "0.9.6-beta"
versionName "0.9.7-beta"
dimension = 'version'
resValue 'string', 'package_name', applicationId
}
Expand Down Expand Up @@ -121,7 +121,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.3.0-alpha01'
implementation 'com.google.android.material:material:1.3.0-alpha02'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
testImplementation 'junit:junit:4.13'
Expand All @@ -130,7 +130,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'eu.chainfire:libsuperuser:1.1.0.+'
implementation 'com.jrummyapps:android-shell:1.0.1'
implementation "androidx.core:core-ktx:1.3.0"
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation project(':filepicker')
}
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 "0.9.6"
versionName "0.9.7"
dimension = 'version'
signingConfig signingConfigs.betasign
resValue 'string', 'package_name', applicationId
Expand Down Expand Up @@ -168,7 +168,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.3.0-alpha01'
implementation 'com.google.android.material:material:1.3.0-alpha02'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
google_playImplementation 'com.android.billingclient:billing:3.0.0'
Expand All @@ -178,7 +178,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'eu.chainfire:libsuperuser:1.1.0.+'
implementation 'com.jrummyapps:android-shell:1.0.1'
implementation "androidx.core:core-ktx:1.3.0"
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation project(':filepicker')
}

0 comments on commit 4a082f5

Please sign in to comment.