From 661d10d25658b4846e44d57c730f29e5d7de96bb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 24 Oct 2020 14:23:38 +0530 Subject: [PATCH] build: add dependency updates plugin Signed-off-by: Harsh Shandilya --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 9eda9d31..e02cba60 100644 --- a/build.gradle +++ b/build.gradle @@ -34,6 +34,10 @@ buildscript { } } +plugins { + id("com.github.ben-manes.versions") version "0.33.0" +} + allprojects { repositories { google()