From 4a082f5373091824fd4c28e99a36d520c9aa1c85 Mon Sep 17 00:00:00 2001 From: Oleksandr Garmatin Date: Wed, 29 Jul 2020 23:14:57 +0300 Subject: [PATCH] Update beta version --- tordnscrypt/build.gradle | 6 +++--- tordnscrypt/owner.gradle | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tordnscrypt/build.gradle b/tordnscrypt/build.gradle index 4b53b31a2..5a31514e7 100644 --- a/tordnscrypt/build.gradle +++ b/tordnscrypt/build.gradle @@ -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 } @@ -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' @@ -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') } diff --git a/tordnscrypt/owner.gradle b/tordnscrypt/owner.gradle index f7f232ef0..edda0327f 100644 --- a/tordnscrypt/owner.gradle +++ b/tordnscrypt/owner.gradle @@ -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 @@ -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' @@ -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') }