From 8f32be634c02c877a16bacbaf2ea390b6f026a2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:18:04 +0000 Subject: [PATCH] Update dependency com.github.triplet.gradle:play-publisher to v3.11.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b71c175..40d308a 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" classpath 'com.google.gms:google-services:4.4.2' - classpath 'com.github.triplet.gradle:play-publisher:3.10.1' + classpath 'com.github.triplet.gradle:play-publisher:3.11.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files