Closed
Bug 1834432
Opened 3 years ago
Closed 3 years ago
Remove multidex references from firefox-android
Categories
(Focus :: General, task)
Tracking
(firefox113 wontfix, firefox114 wontfix, firefox115 fixed)
RESOLVED
FIXED
115 Branch
People
(Reporter: RyanVM, Assigned: RyanVM)
Details
Attachments
(1 file)
Per https://developer.android.com/build/multidex, we don't need to specifically opt into multidex since our minimum API level is 21. Let's remove it to avoid confusion.
| Assignee | ||
Comment 1•3 years ago
|
||
While I'm here, I'm going to also clean up some dead (as far as I can tell) code in AC.
https://searchfox.org/mozilla-mobile/rev/d9a09c00513c5c2a993a5f468d0e84a564a33f8d/firefox-android/android-components/build.gradle#101-107
Comment 2•3 years ago
|
||
Comment 3•3 years ago
|
||
Authored by https://github.com/rvandermeulen
https://github.com/mozilla-mobile/firefox-android/commit/bf8eb33869f653775b7a728977642622646999cf
[main] Bug 1834432 - Remove multidex references from firefox-android
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox115:
--- → fixed
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
| Assignee | ||
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•