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)

task

Tracking

(Not tracked)

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 .

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).

Component: General → Android Studio and Gradle Integration
Product: Release Engineering → Firefox Build System
QA Contact: jlorenzo
Priority: -- → P2

Just linking an example patch of SDK change to illustrate the relevant files.

See Also: → 1880792

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.