Skip to content

Commit

Permalink
[RunAllTests] Fix #3217, part of #2923: migrate flexbox dependency to…
Browse files Browse the repository at this point in the history
… pull from Google's Maven repository instead of JCenter/bintray (#3249)

* Update versions.bzl

Update flexbox to use the Google Maven dependency instead of JCenter.

* Update build.gradle

Update flexbox layout dependency to use Google Maven instead of JCenter.

* Update versions.bzl

FIx linter error.

* Update BUILD.bazel

Fix flexbox dependency reference since it's been updated.
  • Loading branch information
BenHenning authored May 26, 2021
1 parent 585e21f commit f87e504
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ android_library(
"//third_party:androidx_viewpager2_viewpager2",
"//third_party:androidx_viewpager_viewpager",
"//third_party:circularimageview_circular_image_view",
"//third_party:com_google_android_flexbox",
"//third_party:com_google_android_flexbox_flexbox",
"//third_party:com_google_android_material_material",
"//third_party:de_hdodenhof_circleimageview",
"//third_party:io_github_chaosleung_pinview",
Expand Down Expand Up @@ -640,7 +640,7 @@ kt_android_library(
"//third_party:androidx_viewpager_viewpager",
"//third_party:androidx_work_work-runtime-ktx",
"//third_party:com_caverock_androidsvg",
"//third_party:com_google_android_flexbox",
"//third_party:com_google_android_flexbox_flexbox",
"//third_party:javax_annotation_javax_annotation-api_jar",
"//utility",
"//utility/src/main/java/org/oppia/android/util/accessibility:prod_module",
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
'androidx.work:work-runtime-ktx:2.4.0',
'io.github.chaosleung:pinview:1.4.4',
'com.github.bumptech.glide:glide:4.11.0',
'com.google.android:flexbox:2.0.1',
'com.google.android.flexbox:flexbox:3.0.0',
'com.google.android.material:material:1.2.0-alpha02',
'com.google.dagger:dagger:2.24',
'com.google.firebase:firebase-analytics:17.5.0',
Expand Down
2 changes: 1 addition & 1 deletion third_party/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ MAVEN_PRODUCTION_DEPENDENCY_VERSIONS = {
"com.crashlytics.sdk.android:crashlytics": "2.9.8",
"com.github.bumptech.glide:compiler": "4.11.0",
"com.github.bumptech.glide:glide": "4.11.0",
"com.google.android.flexbox:flexbox": "3.0.0",
"com.google.android.material:material": "1.2.0-alpha02",
"com.google.android:flexbox": "2.0.1",
"com.google.firebase:firebase-analytics": "17.5.0",
"com.google.firebase:firebase-crashlytics": "17.1.1",
"com.google.gms:google-services": "4.3.3",
Expand Down

0 comments on commit f87e504

Please sign in to comment.