openfoodfacts / openfoodfacts-androidapp

(Legacy) Native version of Open Food Facts on Android - Coders & Decoders welcome 🤳🥫
https://android.openfoodfacts.org
Apache License 2.0
772 stars 447 forks source link

Update to mlkit 17.0.0 (Needs API 19) #4179

Open VaiTon opened 3 years ago

VaiTon commented 3 years ago

On Android, ML Kit no longer supports API levels 16, 17 and 18, due to extremely low use. API level 19 (KitKat) is now the minimum level supported.

g123k commented 2 years ago

To be more precise, MLKit 17.0.2 requires a minSDK to 19. Currently we have MLKit 17.0.0 and this doesn't seem to be a requirement, as I can compile the app