From 2c10ad452d5d7be1ee5a027e24bf80a418798c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 21:44:34 +0000 Subject: [PATCH] Bump plugin from 0.12.0 to 0.13.1 Bumps [plugin](https://github.com/trevjonez/composer-gradle-plugin) from 0.12.0 to 0.13.1. - [Release notes](https://github.com/trevjonez/composer-gradle-plugin/releases) - [Changelog](https://github.com/trevjonez/composer-gradle-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/trevjonez/composer-gradle-plugin/compare/0.12.0...0.13.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 93788f6..d42992d 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { classpath 'de.mobilej.unmock:UnMockPlugin:0.7.3' classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0' - classpath 'com.github.trevjonez.composer-gradle-plugin:plugin:0.12.0' + classpath 'com.github.trevjonez.composer-gradle-plugin:plugin:0.13.1' classpath 'com.google.gms:google-services:3.0.0' }