From f5f7b69d8d801079baafa7bb8c79829e49fdc8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 02:21:35 +0000 Subject: [PATCH] Bump stem-plugin from 2.0.0 to 2.1.1 Bumps [stem-plugin](https://github.com/LikeTheSalad/android-stem) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/LikeTheSalad/android-stem/releases) - [Changelog](https://github.com/LikeTheSalad/android-stem/blob/master/CHANGELOG.md) - [Commits](https://github.com/LikeTheSalad/android-stem/compare/2.0.0...2.1.1) --- updated-dependencies: - dependency-name: com.likethesalad.android:stem-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 31416a0440d..9f90bb4c19f 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { classpath 'com.google.gms:google-services:4.3.10' classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3' classpath 'com.google.android.gms:oss-licenses-plugin:0.10.5' - classpath "com.likethesalad.android:stem-plugin:2.0.0" + classpath "com.likethesalad.android:stem-plugin:2.1.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files