ja2375 / FluTube

A Flutter plugin to facilitate embedding Youtube videos inside mobile apps.
MIT License
34 stars 17 forks source link

Android SDK Build Tools version 25.0.3 is ignored #4

Closed roufroufrouf closed 5 years ago

roufroufrouf commented 5 years ago

WARNING: The specified Android SDK Build Tools version (25.0.3) is ignored, as it is below the minimum supported version (28.0.3) for Android Gradle Plugin 3.2.1. Android SDK Build Tools 28.0.3 will be used.

ja2375 commented 5 years ago

Android SDK build tools v25.0.3 is outdated. You should use 28.0.3 instead. Always tend to use the latest version, otherwise you will run into issues. Google play store, for example, requires apps to target API 27+ as of now.