diff options
author | Allan Wang <me@allanwang.ca> | 2020-02-29 22:26:01 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-02-29 22:26:01 -0800 |
commit | 551dbbcf1a56c33c378d6edfc3a3615311867001 (patch) | |
tree | 3101fb9e17eede3ffbf75e96358c6ac0a330aaf7 /buildSrc/src | |
parent | c5d38e5122bcb452b1e61ea6526434cf62e9da8c (diff) | |
download | frost-551dbbcf1a56c33c378d6edfc3a3615311867001.tar.gz frost-551dbbcf1a56c33c378d6edfc3a3615311867001.tar.bz2 frost-551dbbcf1a56c33c378d6edfc3a3615311867001.zip |
Update travis and kau
Diffstat (limited to 'buildSrc/src')
-rw-r--r-- | buildSrc/src/main/kotlin/Versions.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index dedca472..3e33e6f1 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -15,8 +15,6 @@ object Versions { // https://github.com/jhy/jsoup/releases const val jsoup = "1.13.1" - // https://square.github.io/leakcanary/changelog/ - const val leakCanary = "2.2" // https://square.github.io/okhttp/changelog/ const val okhttp = "4.3.1" // https://developer.android.com/jetpack/androidx/releases/room |