Open
Bug 1891969
Opened 1 year ago
Updated 7 months ago
Make updating compileSdk and targetSdk simpler
Categories
(Firefox Build System :: Android Studio and Gradle Integration, task, P2)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(Not tracked)
NEW
People
(Reporter: mcarare, Unassigned)
References
Details
Currently, there are several places where values should be updated when updating Android SDK, including grade files, config files, android-packages.txt, etc.
Ideally, the download of proper build tools for a specific version should be done automatically, without having to specify a platform or build tools versions .
Reporter | ||
Comment 1•1 year ago
|
||
Also worth mentioning that using preview SDK is even more cumbersome, because the compile SDK version is declared as an Integer in many places, and a preview SDK does not have a number but a String as an identifier ( "VanillaIceCream" for example).
Updated•1 year ago
|
Component: General → Android Studio and Gradle Integration
Product: Release Engineering → Firefox Build System
QA Contact: jlorenzo
Updated•1 year ago
|
Priority: -- → P2
Comment 2•8 months ago
|
||
Just linking an example patch of SDK change to illustrate the relevant files.
See Also: → 1880792
Comment 3•7 months ago
|
||
This would be a nice thing to have, but pretty minor and not related to the monorepo
No longer blocks: monorepo-cleanup
Severity: N/A → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•