Closed
Bug 1956673
Opened 27 days ago
Closed 27 days ago
Replace more Uri.parse() usage with String.toUri()
Categories
(Firefox for Android :: General, task)
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(2 files)
Assignee | ||
Comment 1•27 days ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/40cbdb2f3ae4
Replace more Uri.parse() usage with String.toUri(). r=android-reviewers,mcarare
Comment 3•27 days ago
•
|
||
I think you should use "AndroidTestImplementation libs.androidx.core.ktx
" instead of "Implementation ...
" In mobile/android/geckoview/build.gradle since GeckoView doens't use Android KTX.
Assignee | ||
Comment 4•27 days ago
|
||
Fair, I'll push a follow-up.
Assignee | ||
Comment 5•27 days ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dcdacac5dcb3
Use androidTestImplementation for the GV core-ktx dependency. r=geckoview-reviewers,ohall
Comment 7•27 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 27 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
Comment 8•26 days ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•