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 42cd73f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 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 Down

0 comments on commit 42cd73f

Please sign in to comment.