From 93da0a095dc3921aa1e4dbedb8a8b4bc9e155a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 04:03:17 +0000 Subject: [PATCH] chore(deps): Bump play-publisher from 2.3.0 to 3.4.0-agp7.0 Bumps play-publisher from 2.3.0 to 3.4.0-agp7.0. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 04b497b2..881f58f1 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.android.tools.build:gradle:4.1.3' // classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' - classpath 'com.github.triplet.gradle:play-publisher:2.3.0' + classpath 'com.github.triplet.gradle:play-publisher:3.4.0-agp7.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files classpath "io.github.gradle-nexus:publish-plugin:1.1.0"