mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
Upgrade all dependencies (#649)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
@@ -88,11 +88,7 @@ dependencies {
|
|||||||
implementation deps.androidx.material
|
implementation deps.androidx.material
|
||||||
implementation deps.androidx.preference
|
implementation deps.androidx.preference
|
||||||
implementation deps.androidx.swiperefreshlayout
|
implementation deps.androidx.swiperefreshlayout
|
||||||
constraints {
|
implementation(deps.androidx.recycler_view)
|
||||||
implementation(deps.androidx.recycler_view) {
|
|
||||||
because 'versions above 1.0.0 have an accessibility related bug that causes crashes'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
implementation deps.kotlin.coroutines.android
|
implementation deps.kotlin.coroutines.android
|
||||||
implementation deps.kotlin.coroutines.core
|
implementation deps.kotlin.coroutines.core
|
||||||
|
@@ -14,9 +14,9 @@ ext.versions = [
|
|||||||
|
|
||||||
ext.deps = [
|
ext.deps = [
|
||||||
gradle_plugin: [
|
gradle_plugin: [
|
||||||
android: 'com.android.tools.build:gradle:3.6.0',
|
android: 'com.android.tools.build:gradle:3.6.1',
|
||||||
kotlin: 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61',
|
kotlin: 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70',
|
||||||
spotless: 'com.diffplug.spotless:spotless-plugin-gradle:3.27.1'
|
spotless: 'com.diffplug.spotless:spotless-plugin-gradle:3.27.2'
|
||||||
],
|
],
|
||||||
|
|
||||||
kotlin: [
|
kotlin: [
|
||||||
@@ -24,22 +24,22 @@ ext.deps = [
|
|||||||
android: 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3',
|
android: 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3',
|
||||||
core: 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3',
|
core: 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3',
|
||||||
],
|
],
|
||||||
stdlib8: 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61'
|
stdlib8: 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.70'
|
||||||
],
|
],
|
||||||
|
|
||||||
androidx: [
|
androidx: [
|
||||||
annotation: 'androidx.annotation:annotation:1.1.0',
|
annotation: 'androidx.annotation:annotation:1.1.0',
|
||||||
appcompat: 'androidx.appcompat:appcompat:1.2.0-alpha02',
|
appcompat: 'androidx.appcompat:appcompat:1.2.0-alpha03',
|
||||||
biometric: 'androidx.biometric:biometric:1.0.1',
|
biometric: 'androidx.biometric:biometric:1.0.1',
|
||||||
constraint_layout: 'androidx.constraintlayout:constraintlayout:2.0.0-beta4',
|
constraint_layout: 'androidx.constraintlayout:constraintlayout:2.0.0-beta4',
|
||||||
core_ktx: 'androidx.core:core-ktx:1.3.0-alpha01',
|
core_ktx: 'androidx.core:core-ktx:1.3.0-alpha02',
|
||||||
documentfile: 'androidx.documentfile:documentfile:1.0.1',
|
documentfile: 'androidx.documentfile:documentfile:1.0.1',
|
||||||
lifecycle_runtime_ktx: 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0-alpha01',
|
lifecycle_runtime_ktx: 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0-alpha01',
|
||||||
local_broadcast_manager: 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0',
|
local_broadcast_manager: 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0-alpha01',
|
||||||
material: 'com.google.android.material:material:1.2.0-alpha05',
|
material: 'com.google.android.material:material:1.2.0-alpha05',
|
||||||
preference: 'androidx.preference:preference:1.1.0',
|
preference: 'androidx.preference:preference:1.1.0',
|
||||||
recycler_view: 'androidx.recyclerview:recyclerview:1.0.0',
|
recycler_view: 'androidx.recyclerview:recyclerview:1.2.0-alpha01',
|
||||||
swiperefreshlayout: 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
|
swiperefreshlayout: 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-beta01'
|
||||||
],
|
],
|
||||||
|
|
||||||
third_party: [
|
third_party: [
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Reference in New Issue
Block a user