build: upgrade all dependencies (#953)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
44846d1bde
commit
cc6f1ad605
2 changed files with 15 additions and 15 deletions
|
@ -15,7 +15,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.github.ben-manes.versions' version '0.28.0'
|
id 'com.github.ben-manes.versions' version '0.29.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
|
|
@ -11,7 +11,7 @@ ext.versions = [
|
||||||
|
|
||||||
ext.deps = [
|
ext.deps = [
|
||||||
gradle_plugin: [
|
gradle_plugin: [
|
||||||
android: 'com.android.tools.build:gradle:4.0.0',
|
android: 'com.android.tools.build:gradle:4.0.1',
|
||||||
kotlin: 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72',
|
kotlin: 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -24,34 +24,34 @@ ext.deps = [
|
||||||
],
|
],
|
||||||
|
|
||||||
androidx: [
|
androidx: [
|
||||||
activity_ktx: 'androidx.activity:activity-ktx:1.2.0-alpha06',
|
activity_ktx: 'androidx.activity:activity-ktx:1.2.0-alpha07',
|
||||||
annotation: 'androidx.annotation:annotation:1.2.0-alpha01',
|
annotation: 'androidx.annotation:annotation:1.2.0-alpha01',
|
||||||
autofill: 'androidx.autofill:autofill:1.0.0',
|
autofill: 'androidx.autofill:autofill:1.1.0-alpha01',
|
||||||
appcompat: 'androidx.appcompat:appcompat:1.3.0-alpha01',
|
appcompat: 'androidx.appcompat:appcompat:1.3.0-alpha01',
|
||||||
biometric: 'androidx.biometric:biometric:1.1.0-alpha01',
|
biometric: 'androidx.biometric:biometric:1.1.0-alpha01',
|
||||||
constraint_layout: 'androidx.constraintlayout:constraintlayout:2.0.0-beta7',
|
constraint_layout: 'androidx.constraintlayout:constraintlayout:2.0.0-beta8',
|
||||||
core_ktx: 'androidx.core:core-ktx:1.5.0-alpha01',
|
core_ktx: 'androidx.core:core-ktx:1.5.0-alpha01',
|
||||||
documentfile: 'androidx.documentfile:documentfile:1.0.1',
|
documentfile: 'androidx.documentfile:documentfile:1.0.1',
|
||||||
fragment_ktx: 'androidx.fragment:fragment-ktx:1.3.0-alpha06',
|
fragment_ktx: 'androidx.fragment:fragment-ktx:1.3.0-alpha07',
|
||||||
lifecycle_common: 'androidx.lifecycle:lifecycle-common-java8:2.3.0-alpha05',
|
lifecycle_common: 'androidx.lifecycle:lifecycle-common-java8:2.3.0-alpha06',
|
||||||
lifecycle_livedata_ktx: 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.0-alpha05',
|
lifecycle_livedata_ktx: 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.0-alpha06',
|
||||||
lifecycle_viewmodel_ktx: 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0-alpha05',
|
lifecycle_viewmodel_ktx: 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0-alpha06',
|
||||||
material: 'com.google.android.material:material:1.3.0-alpha01',
|
material: 'com.google.android.material:material:1.3.0-alpha01',
|
||||||
preference: 'androidx.preference:preference:1.1.1',
|
preference: 'androidx.preference:preference:1.1.1',
|
||||||
recycler_view: 'androidx.recyclerview:recyclerview:1.2.0-alpha04',
|
recycler_view: 'androidx.recyclerview:recyclerview:1.2.0-alpha05',
|
||||||
recycler_view_selection: 'androidx.recyclerview:recyclerview-selection:1.1.0-rc01',
|
recycler_view_selection: 'androidx.recyclerview:recyclerview-selection:1.1.0-rc01',
|
||||||
security: 'androidx.security:security-crypto:1.1.0-alpha01',
|
security: 'androidx.security:security-crypto:1.1.0-alpha01',
|
||||||
swiperefreshlayout: 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
swiperefreshlayout: 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01'
|
||||||
],
|
],
|
||||||
|
|
||||||
first_party: [
|
first_party: [
|
||||||
openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:2.0.0',
|
openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:2.0.0',
|
||||||
zxing_android_embedded: 'com.github.android-password-store:zxing-android-embedded:v4.1.0-aps'
|
zxing_android_embedded: 'com.github.android-password-store:zxing-android-embedded:4.1.0-aps'
|
||||||
],
|
],
|
||||||
|
|
||||||
third_party: [
|
third_party: [
|
||||||
bouncycastle: 'org.bouncycastle:bcprov-jdk15on:1.65.01',
|
bouncycastle: 'org.bouncycastle:bcprov-jdk15on:1.66',
|
||||||
commons_codec: 'commons-codec:commons-codec:1.13',
|
commons_codec: 'commons-codec:commons-codec:1.14',
|
||||||
fastscroll: 'me.zhanghai.android.fastscroll:library:1.1.4',
|
fastscroll: 'me.zhanghai.android.fastscroll:library:1.1.4',
|
||||||
jsch: 'com.jcraft:jsch:0.1.55',
|
jsch: 'com.jcraft:jsch:0.1.55',
|
||||||
jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r',
|
jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r',
|
||||||
|
@ -61,7 +61,7 @@ ext.deps = [
|
||||||
ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0',
|
ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0',
|
||||||
timber: 'com.jakewharton.timber:timber:4.7.1',
|
timber: 'com.jakewharton.timber:timber:4.7.1',
|
||||||
timberkt: 'com.github.ajalt:timberkt:1.5.1',
|
timberkt: 'com.github.ajalt:timberkt:1.5.1',
|
||||||
whatthestack: 'com.github.haroldadmin:WhatTheStack:0.0.3',
|
whatthestack: 'com.github.haroldadmin:WhatTheStack:0.0.4',
|
||||||
],
|
],
|
||||||
|
|
||||||
non_free: [
|
non_free: [
|
||||||
|
|
Loading…
Reference in a new issue