Update dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
9526ec3798
commit
acf58cdc45
1 changed files with 8 additions and 8 deletions
|
@ -34,7 +34,7 @@ ext.deps = [
|
|||
constraint_layout: 'androidx.constraintlayout:constraintlayout:2.0.0-beta4',
|
||||
core_ktx: 'androidx.core:core-ktx:1.3.0-alpha01',
|
||||
documentfile: 'androidx.documentfile:documentfile:1.0.1',
|
||||
material: 'com.google.android.material:material:1.2.0-alpha04',
|
||||
material: 'com.google.android.material:material:1.2.0-alpha05',
|
||||
preference: 'androidx.preference:preference:1.1.0',
|
||||
recycler_view: 'androidx.recyclerview:recyclerview:1.0.0'
|
||||
],
|
||||
|
@ -42,10 +42,10 @@ ext.deps = [
|
|||
third_party: [
|
||||
commons_io: 'commons-io:commons-io:2.5',
|
||||
commons_codec: 'commons-codec:commons-codec:1.13',
|
||||
fastscroll: 'me.zhanghai.android.fastscroll:library:1.1.0',
|
||||
fastscroll: 'me.zhanghai.android.fastscroll:library:1.1.1',
|
||||
jsch: 'com.jcraft:jsch:0.1.55',
|
||||
jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r',
|
||||
leakcanary: 'com.squareup.leakcanary:leakcanary-android:2.1',
|
||||
leakcanary: 'com.squareup.leakcanary:leakcanary-android:2.2',
|
||||
openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:1.2.0',
|
||||
ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0',
|
||||
timber: 'com.jakewharton.timber:timber:4.7.1',
|
||||
|
@ -55,11 +55,11 @@ ext.deps = [
|
|||
testing: [
|
||||
junit: 'junit:junit:4.13',
|
||||
androidx: [
|
||||
runner: 'androidx.test:runner:1.3.0-alpha03',
|
||||
rules: 'androidx.test:rules:1.3.0-alpha03',
|
||||
junit: 'androidx.test.ext:junit:1.1.2-alpha03',
|
||||
espresso_core: 'androidx.test.espresso:espresso-core:3.3.0-alpha03',
|
||||
espresso_intents: 'androidx.test.espresso:espresso-intents:3.3.0-alpha03'
|
||||
runner: 'androidx.test:runner:1.3.0-alpha04',
|
||||
rules: 'androidx.test:rules:1.3.0-alpha04',
|
||||
junit: 'androidx.test.ext:junit:1.1.2-alpha04',
|
||||
espresso_core: 'androidx.test.espresso:espresso-core:3.3.0-alpha04',
|
||||
espresso_intents: 'androidx.test.espresso:espresso-intents:3.3.0-alpha04'
|
||||
]
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue