chore(deps): bump com.uber.rxdogtag2:rxdogtag from 2.0.1 to 2.0.2

Bumps [com.uber.rxdogtag2:rxdogtag](https://github.com/uber/RxDogTag) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/uber/RxDogTag/releases)
- [Changelog](https://github.com/uber/RxDogTag/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uber/RxDogTag/compare/2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: com.uber.rxdogtag2:rxdogtag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-10 08:57:45 +00:00 committed by GitHub
parent 616b4650ba
commit a0c7739ade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ dependencies {
kapt "com.google.dagger:dagger-compiler:$dagger_version" kapt "com.google.dagger:dagger-compiler:$dagger_version"
// MainApp // MainApp
api "com.uber.rxdogtag2:rxdogtag:2.0.1" api "com.uber.rxdogtag2:rxdogtag:2.0.2"
} }