Skip to content

Commit

Permalink
Bump androidx.core:core from 1.10.0 to 1.10.1 (#900)
Browse files Browse the repository at this point in the history
Bumps androidx.core:core from 1.10.0 to 1.10.1.

---
updated-dependencies:
- dependency-name: androidx.core:core
  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>
  • Loading branch information
dependabot[bot] authored Jun 5, 2023
1 parent 1ba0c28 commit d48a766
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.browser:browser:1.5.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.core:core:1.10.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-runtime:2.6.1'
implementation 'androidx.media:media:1.6.0'
Expand Down
2 changes: 1 addition & 1 deletion core-android-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.6.0'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.core:core:1.10.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.1'
implementation 'androidx.fragment:fragment:1.5.7'

Expand Down
2 changes: 1 addition & 1 deletion core-android-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation dagger

implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.core:core:1.10.1'
implementation coroutinesJvm

implementation espressoIdlingResource
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation project(':feature:push-api')

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.core:core:1.10.1'
implementation 'androidx.annotation:annotation:1.6.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'org.threeten:threetenbp:1.5.1:no-tzdb'
Expand Down
2 changes: 1 addition & 1 deletion feature/chrome-custom-tabs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies {
implementation dagger
kapt daggerAnnotationProcessor
implementation 'androidx.browser:browser:1.5.0'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.core:core:1.10.1'
testImplementation 'junit:junit:4.13.2'
}
2 changes: 1 addition & 1 deletion feature/network-status/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation dagger

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.core:core:1.10.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'com.google.android.material:material:1.9.0'
Expand Down
2 changes: 1 addition & 1 deletion feature/push/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation project(':feature:identity-api')
implementation project(':feature:push-api')

implementation 'androidx.core:core:1.10.0'
implementation 'androidx.core:core:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1'

implementation platform('com.google.firebase:firebase-bom:32.1.0')
Expand Down
2 changes: 1 addition & 1 deletion feature/shortcuts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation project(':core-android-api')

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.core:core:1.10.1'

kapt daggerAnnotationProcessor
implementation dagger
Expand Down
2 changes: 1 addition & 1 deletion feature/ui-common-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {

dependencies {
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.core:core:1.10.1'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'com.airbnb.android:epoxy:5.1.3'
}

0 comments on commit d48a766

Please sign in to comment.