You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #450 by snazhmudinov: Fix R8 processor to read minSdkVersion from manifest_values
We calculating the minSdkVersion we need take into account ALL the possible ways that value can be passed.
So the idea here is to take max value from `floor`, `min_sdk_version` attribute and `manifest_values["minSdkVersion"]`.
Closes#450
COPYBARA_INTEGRATE_REVIEW=#450 from snazhmudinov:r8-min-sdk e4e053d
PiperOrigin-RevId: 861349956
Change-Id: I44246c89092a6d64e53157b386d730a3069048e7
0 commit comments