Declare minimal supported Android SDK version only once
Open
android
enhancement
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
The minimal supported Android SDK Version is currently 23. This should be declared only once in the code, and propagated to relevant places, such as:
- the Android manifest `android:minSdkVersion`
- in GAPIS when to decide whether to run device info providers or not
- in gapit export_replay when creating a manifest for the new APK
Contributor guide
Assessment
This issue has not been assessed yet.