Bump annotation from 1.2.0 to 1.3.0

Bumps annotation from 1.2.0 to 1.3.0.

---
updated-dependencies:
- dependency-name: androidx.annotation:annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-04 00:23:31 +00:00 committed by Wisest_wizard
parent 03bbc4fdb1
commit 07f88ca44b
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'androidx.annotation:annotation:1.2.0'
implementation 'androidx.annotation:annotation:1.3.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
}