Skip to content

Commit

Permalink
Add androidx.fragment dependency to bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
tobioyelekan committed Nov 25, 2024
1 parent 583aab8 commit 998bb69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ android_library(
"//third_party:androidx_databinding_databinding-adapters",
"//third_party:androidx_databinding_databinding-common",
"//third_party:androidx_databinding_databinding-runtime",
"//third_party:androidx_fragment_fragment",
"//third_party:androidx_drawerlayout_drawerlayout",
"//third_party:androidx_lifecycle_lifecycle-livedata-core",
"//third_party:androidx_recyclerview_recyclerview",
Expand Down
1 change: 1 addition & 0 deletions testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ kt_android_library(
"//testing/src/main/java/org/oppia/android/testing/threading:test_coroutine_dispatchers",
"//testing/src/main/java/org/oppia/android/testing/time:fake_oppia_clock",
"//third_party:androidx_core_core-ktx",
"//third_party:androidx_fragment_fragment",
"//third_party:androidx_lifecycle_lifecycle-livedata-ktx",
"//third_party:androidx_test_espresso_espresso-accessibility",
"//third_party:androidx_test_espresso_espresso-contrib",
Expand Down
3 changes: 2 additions & 1 deletion third_party/maven_install.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 1471454102,
"__INPUT_ARTIFACTS_HASH": 1153593813,
"__RESOLVED_ARTIFACTS_HASH": 1994124852,
"conflict_resolution": {
"androidx.annotation:annotation:1.1.0": "androidx.annotation:annotation:1.2.0",
"androidx.constraintlayout:constraintlayout:1.1.3": "androidx.constraintlayout:constraintlayout:2.0.1",
"androidx.core:core-ktx:1.0.1": "androidx.core:core-ktx:1.1.0",
"androidx.core:core:1.0.1": "androidx.core:core:1.7.0",
"androidx.fragment:fragment:1.1.0": "androidx.fragment:fragment:1.3.6",
"androidx.lifecycle:lifecycle-livedata-core:2.2.0": "androidx.lifecycle:lifecycle-livedata-core:2.3.1",
"androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0": "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1",
"androidx.recyclerview:recyclerview:1.0.0": "androidx.recyclerview:recyclerview:1.1.0",
Expand Down
1 change: 1 addition & 0 deletions third_party/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ MAVEN_PRODUCTION_DEPENDENCY_VERSIONS = {
"androidx.databinding:databinding-compiler": "3.4.2",
"androidx.databinding:databinding-runtime": "3.4.2",
"androidx.drawerlayout:drawerlayout": "1.1.0",
"androidx.fragment:fragment": "1.1.0",
"androidx.lifecycle:lifecycle-extensions": "2.2.0",
"androidx.lifecycle:lifecycle-livedata-core": "2.2.0",
"androidx.lifecycle:lifecycle-livedata-ktx": "2.2.0",
Expand Down

0 comments on commit 998bb69

Please sign in to comment.