From 723acbf7673d51e40b443db75b658c08901fe289 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 4 Feb 2021 23:11:39 +0530 Subject: Miscellaneous cleanups and updates (#1302) * build: upgrade to Gradle 6.8.1 Signed-off-by: Harsh Shandilya * github: remove animation commands from PR workflow The emulator runner action handles this for us Signed-off-by: Harsh Shandilya * build: upgrade LeakCanary and WhatTheStack Signed-off-by: Harsh Shandilya --- buildSrc/src/main/java/Dependencies.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildSrc/src/main/java/Dependencies.kt') diff --git a/buildSrc/src/main/java/Dependencies.kt b/buildSrc/src/main/java/Dependencies.kt index 7f1b223b..fd90863a 100644 --- a/buildSrc/src/main/java/Dependencies.kt +++ b/buildSrc/src/main/java/Dependencies.kt @@ -60,14 +60,14 @@ object Dependencies { const val fastscroll = "me.zhanghai.android.fastscroll:library:1.1.5" const val jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r" const val kotlin_result = "com.michael-bull.kotlin-result:kotlin-result:1.1.10" - const val leakcanary = "com.squareup.leakcanary:leakcanary-android:2.5" + const val leakcanary = "com.squareup.leakcanary:leakcanary-android:2.6" const val modern_android_prefs = "de.Maxr1998.android:modernpreferences:1.2.0-alpha1" - const val plumber = "com.squareup.leakcanary:plumber-android:2.5" + const val plumber = "com.squareup.leakcanary:plumber-android:2.6" const val sshj = "com.hierynomus:sshj:0.30.0" const val ssh_auth = "org.sufficientlysecure:sshauthentication-api:1.0" const val timber = "com.jakewharton.timber:timber:4.7.1" const val timberkt = "com.github.ajalt:timberkt:1.5.1" - const val whatthestack = "com.github.haroldadmin:WhatTheStack:0.2.0" + const val whatthestack = "com.github.haroldadmin:WhatTheStack:0.3.0" } object NonFree { -- cgit v1.2.3