From f0ac674fccd88199f2006b0afa59927e4e3ab01c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 19:54:29 +0000 Subject: [PATCH] Bump rules from 1.3.1-alpha03 to 1.4.0-alpha04 Bumps rules from 1.3.1-alpha03 to 1.4.0-alpha04. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48ed623d74..75446f384c 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ buildscript { okhttp3Version = '4.9.0' androidx_junit = '1.1.2' - androidx_rules = '1.3.1-alpha03' + androidx_rules = '1.4.0-alpha04' } repositories { google()