Skip to content

Commit

Permalink
Fix #3886 and #3887: drop remaining KitKat TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip committed Jun 5, 2023
1 parent 85a9f24 commit 2d60ca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build_flavors.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ _FLAVOR_METADATA = {
"target_sdk_version": 31,
"multidex": "manual_main_dex",
"main_dex_list": _MAIN_DEX_LIST_TARGET_KITKAT,
"proguard_specs": [], # TODO(#3886): Re-add Proguard support to alpha_kitkat.
"proguard_specs": [],
"production_release": True,
"deps": [
"//app/src/main/java/org/oppia/android/app/application/alpha:alpha_application",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class GlideImageLoader @Inject constructor(
target: ImageTarget<Drawable>,
transformations: List<ImageTransformation>
) {
// TODO(#3887): Investigate why this has a native crash on KitKat & find a fix.
glide
.asDrawable()
.load(imageDrawableResId)
Expand Down

0 comments on commit 2d60ca5

Please sign in to comment.