mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45:19 +00:00
@@ -34,7 +34,7 @@ ext.deps = [
|
|||||||
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-alpha01',
|
||||||
documentfile: 'androidx.documentfile:documentfile:1.0.1',
|
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',
|
preference: 'androidx.preference:preference:1.1.0',
|
||||||
recycler_view: 'androidx.recyclerview:recyclerview:1.0.0'
|
recycler_view: 'androidx.recyclerview:recyclerview:1.0.0'
|
||||||
],
|
],
|
||||||
@@ -42,10 +42,10 @@ ext.deps = [
|
|||||||
third_party: [
|
third_party: [
|
||||||
commons_io: 'commons-io:commons-io:2.5',
|
commons_io: 'commons-io:commons-io:2.5',
|
||||||
commons_codec: 'commons-codec:commons-codec:1.13',
|
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',
|
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',
|
||||||
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',
|
openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:1.2.0',
|
||||||
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',
|
||||||
@@ -55,11 +55,11 @@ ext.deps = [
|
|||||||
testing: [
|
testing: [
|
||||||
junit: 'junit:junit:4.13',
|
junit: 'junit:junit:4.13',
|
||||||
androidx: [
|
androidx: [
|
||||||
runner: 'androidx.test:runner:1.3.0-alpha03',
|
runner: 'androidx.test:runner:1.3.0-alpha04',
|
||||||
rules: 'androidx.test:rules:1.3.0-alpha03',
|
rules: 'androidx.test:rules:1.3.0-alpha04',
|
||||||
junit: 'androidx.test.ext:junit:1.1.2-alpha03',
|
junit: 'androidx.test.ext:junit:1.1.2-alpha04',
|
||||||
espresso_core: 'androidx.test.espresso:espresso-core:3.3.0-alpha03',
|
espresso_core: 'androidx.test.espresso:espresso-core:3.3.0-alpha04',
|
||||||
espresso_intents: 'androidx.test.espresso:espresso-intents:3.3.0-alpha03'
|
espresso_intents: 'androidx.test.espresso:espresso-intents:3.3.0-alpha04'
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user