Skip to content

Commit

Permalink
Bump core from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps core from 1.8.0 to 1.9.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2022
1 parent 662d47c commit f365236
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 @@ -117,7 +117,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.browser:browser:1.4.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-runtime:2.5.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 @@ -19,7 +19,7 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.4.0'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
implementation 'androidx.fragment:fragment:1.5.2'

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 @@ -26,7 +26,7 @@ dependencies {
implementation dagger

implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.core:core:1.9.0'
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 @@ -27,7 +27,7 @@ dependencies {
implementation project(':core-android-api')

implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.annotation:annotation:1.4.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 @@ -22,6 +22,6 @@ dependencies {
implementation dagger
kapt daggerAnnotationProcessor
implementation 'androidx.browser:browser:1.4.0'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.core:core:1.9.0'
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 @@ -22,7 +22,7 @@ dependencies {
implementation dagger

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

implementation 'androidx.core:core:1.8.0'
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'

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

implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.core:core:1.9.0'

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 @@ -19,7 +19,7 @@ android {

dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'com.airbnb.android:epoxy:4.6.4'
}

0 comments on commit f365236

Please sign in to comment.