celest-dev / celest

The Flutter cloud platform
https://celest.dev
Other
231 stars 13 forks source link

[native_storage] Lower Android API level 23 to 21 #121

Closed rubenferreira97 closed 2 months ago

rubenferreira97 commented 2 months ago

It would be possible to lower the minSdkVersion to 21? I gave a quick look to the source code and I couldn't find any incompatibility issues since:

Version 1.1.0-alpha01 Lollipop (API Level 21+) is now supported. Please note that the AndroidKeyStore is not used for API 21 and 22. (I7c12d, b/132325342)

However, don't know if this have some implications:

developers should be aware that the keystore will not be used on Android L (API 21 and 22)

dnys1 commented 2 months ago

Fixed in 0.1.4 :-)

Good catch!