Skip to content

Commit

Permalink
Syncronize AndroidX dependencies with AC
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Oct 11, 2022
1 parent 8da7d32 commit 1b1dc0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ buildscript {
androidx_annotation: '1.1.0',
androidx_appcompat: '1.3.0',
androidx_browser: '1.3.0',
androidx_core: '1.3.0',
androidx_core: '1.8.0',
androidx_espresso: '3.3.0',
androidx_junit: '1.1.3',
androidx_lifecycle_extensions: '2.2.0',
androidx_lifecycle: '2.5.1',
androidx_test: '1.4.0',
androidx_work: '2.7.1',
androidx_uiautomator: '2.2.0',
Expand Down
6 changes: 3 additions & 3 deletions glean-core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$versions.coroutines"

implementation "androidx.annotation:annotation:$versions.androidx_annotation"
implementation "androidx.lifecycle:lifecycle-extensions:$versions.androidx_lifecycle_extensions"
implementation "androidx.lifecycle:lifecycle-common:$versions.androidx_lifecycle_extensions"
implementation "androidx.lifecycle:lifecycle-common:$versions.androidx_lifecycle"
implementation "androidx.lifecycle:lifecycle-process:$versions.androidx_lifecycle"
implementation "androidx.work:work-runtime-ktx:$versions.androidx_work"

// We need a compileOnly dependency on the following block of testing
Expand All @@ -182,7 +182,7 @@ dependencies {
testImplementation "androidx.test.ext:junit:$versions.androidx_junit"
testImplementation "org.robolectric:robolectric:$versions.robolectric"
testImplementation "org.mockito:mockito-core:$versions.mockito"
testImplementation "androidx.test:core-ktx:$versions.androidx_core"
testImplementation "androidx.test:core-ktx:$versions.androidx_test"
testImplementation "com.squareup.okhttp3:mockwebserver:$versions.mockwebserver"
testImplementation "androidx.work:work-testing:$versions.androidx_work"

Expand Down

0 comments on commit 1b1dc0e

Please sign in to comment.