Skip to content

Commit

Permalink
Bump annotation from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps annotation from 1.4.0 to 1.5.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>
  • Loading branch information
dependabot[bot] authored Nov 16, 2022
1 parent 3e2c855 commit 9d8ce78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WooCommerce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ dependencies {
androidTestImplementation "org.apache.httpcomponents:httpclient-android:$httpClientAndroidVersion"

// Resolve conflicts between main and test APK
androidTestImplementation "androidx.annotation:annotation:1.3.0"
androidTestImplementation "androidx.annotation:annotation:1.5.0"

implementation ("com.zendesk:support:5.0.8") {
exclude group: 'com.android.support', module: 'support-annotations'
Expand Down
2 changes: 1 addition & 1 deletion libs/barcode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

dependencies {
implementation "androidx.core:core-ktx:$coreKtxVersion"
implementation "androidx.annotation:annotation:1.4.0"
implementation "androidx.annotation:annotation:1.5.0"
implementation "androidx.interpolator:interpolator:1.0.0"
implementation "com.google.android.material:material:$materialVersion"
implementation 'androidx.preference:preference-ktx:1.2.0'
Expand Down

0 comments on commit 9d8ce78

Please sign in to comment.