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
As of 0.6.0, the minSdkVersion was increased from 16 (Android 4.1) to 24 (Android 7.0).
From my past testing, at least in the case of 21 (Android 5.0), the functionality worked (styling of the status and navigation bar).
I had made a local modification to the 0.6.0 release so that minSdkVersion is 21, and as expected based on the changes made between 0.6.0 and 0.5.0, it remained functional.
Would it be possible to lower it to at least 21 so that applications with a minSdkVersion of 21 could successfully be built right out of the box?
The text was updated successfully, but these errors were encountered:
As of 0.6.0, the
minSdkVersion
was increased from16
(Android 4.1) to24
(Android 7.0).From my past testing, at least in the case of
21
(Android 5.0), the functionality worked (styling of the status and navigation bar).I had made a local modification to the 0.6.0 release so that
minSdkVersion
is21
, and as expected based on the changes made between 0.6.0 and 0.5.0, it remained functional.Would it be possible to lower it to at least 21 so that applications with a
minSdkVersion
of 21 could successfully be built right out of the box?The text was updated successfully, but these errors were encountered: