diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-24 12:48:42 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-24 12:48:42 +0530 |
commit | acf58cdc45a7cc2ba441fe779689c0dda8697087 (patch) | |
tree | b84ffa5a4e29b20ba3eba3444fd7e25e33ab77b5 /dependencies.gradle | |
parent | 9526ec3798ffd48f961a4bea365b51875d6644e9 (diff) |
Update dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 96a651b8..d56679d6 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -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' ] ] ] |