From 372a7c0cfb9ca6a45dde18727d7901d654ab9f9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 04:25:50 +0000 Subject: [PATCH] Update dependency com.github.triplet.gradle:play-publisher to v3.13.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b1c6f1dd..e46e0131 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.13.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }