From d4ff22e7f192b7839600909bf4be4257b1bd5bba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 03:08:46 +0000 Subject: [PATCH] Update dependency com.github.triplet.gradle:play-publisher to v3.12.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b1c6f1dd..35d9a2d4 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { classpath Plugins.firebasePerformancePlugin classpath Plugins.daggerHiltPlugin classpath Plugins.aboutLibrariesPlugin - classpath "com.github.triplet.gradle:play-publisher:3.4.0-agp4.2" + classpath "com.github.triplet.gradle:play-publisher:3.12.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }