Open
Bug 1212913
Opened 9 years ago
Updated 2 years ago
Separate targetSdkVersion from compileSdkVersion for Android
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(firefox44 affected)
NEW
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: nalexander, Unassigned)
References
Details
Bug 1204260 pinned the Android build tools and platform to a specific version. Bug 1207194 just ran into trouble bumping the shared version: we wanted to bump the compileSdkVersion but not the targetSdkVersion, but these are shared.
This ticket tracks separating the two in the build system, like Gradle allows. It's worth noting that we would get this for free if we built with Gradle, like Bug 1119520 tracks.
Updated•5 years ago
|
Product: Firefox for Android → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Comment 1•2 years ago
|
||
Should we wish to do this, it would be trivial: just bump compileSdkVersion
here.
You need to log in
before you can comment on or make changes to this bug.
Description
•