chore(deps): bump secrets-gradle-plugin from 2.0.0 to 2.0.1 in /WearOS (#873)

Bumps [secrets-gradle-plugin](https://github.com/google/secrets-gradle-plugin) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/google/secrets-gradle-plugin/releases)
- [Changelog](https://github.com/google/secrets-gradle-plugin/blob/main/.releaserc)
- [Commits](https://github.com/google/secrets-gradle-plugin/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-22 00:06:37 +00:00 committed by GitHub
parent 0333d74799
commit 6bd02c731c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.0"
classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}