From d29782ee2a515b2c7c7385ca1e78e0cb2c7c65e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 05:14:27 +0000 Subject: [PATCH] Bump installreferrer from 1.1.2 to 2.0 Bumps installreferrer from 1.1.2 to 2.0. Signed-off-by: dependabot[bot] --- sandbox/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/build.gradle b/sandbox/build.gradle index d84c4e3..9b53511 100644 --- a/sandbox/build.gradle +++ b/sandbox/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation "androidx.transition:transition:1.3.1" implementation "androidx.cardview:cardview:1.0.0" implementation "org.threeten:threetenbp:1.4.4" - implementation "com.android.installreferrer:installreferrer:1.1.2" + implementation "com.android.installreferrer:installreferrer:2.0" implementation "com.google.android.gms:play-services:12.0.1" implementation "com.google.android.gms:play-services-plus:17.0.0" implementation "com.google.android.gms:play-services-auth:18.0.0"