aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index d691dda2..df3e691c 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -50,8 +50,15 @@ ext.deps = [
jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r',
leakcanary: 'com.squareup.leakcanary:leakcanary-android:2.2',
openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:1.2.0',
+ // The library is updated every two weeks to include the most recent version of the Public
+ // suffix list. Its API is expected to remain stable for the foreseeable future, and thus
+ // a reference to the latest version is warranted.
+ // See: https://github.com/mozilla-mobile/android-components/blob/master/components/lib/publicsuffixlist/README.md
+ publicsuffixlist: 'org.mozilla.components:lib-publicsuffixlist:+',
+ recyclical: 'com.afollestad:recyclical:1.1.1',
ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0',
timber: 'com.jakewharton.timber:timber:4.7.1',
+ timberkt: 'com.github.ajalt:timberkt:1.5.1',
whatthestack: 'com.github.haroldadmin:WhatTheStack:0.0.1',
],