From a3892df592251d31b013da0d20025cd544865f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 04:02:14 +0000 Subject: [PATCH] Bump com.github.triplet.play from 3.12.1 to 3.12.2 Bumps com.github.triplet.play from 3.12.1 to 3.12.2. --- updated-dependencies: - dependency-name: com.github.triplet.play dependency-version: 3.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 421f4a2..32b059f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ import com.github.triplet.gradle.androidpublisher.ReleaseStatus plugins { - id 'com.github.triplet.play' version '3.12.1' + id 'com.github.triplet.play' version '3.12.2' } apply plugin: 'com.android.application'