From 9baa89d8771f0712563286fd2a7d0c62c72d055f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 02:21:20 +0000 Subject: [PATCH] Bump stem-plugin from 2.0.0 to 2.2.0 Bumps [stem-plugin](https://github.com/LikeTheSalad/android-stem) from 2.0.0 to 2.2.0. - [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.2.0) --- 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..42cdc7d63e5 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.2.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files