When trying to build my Flutter project with the video_thumbnail plugin, the build fails because Gradle cannot resolve required dependencies.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':video_thumbnail'.
> Could not resolve all artifacts for configuration ':video_thumbnail:classpath'.
> Could not find gradle-4.1.0.jar (com.android.tools.build:gradle:4.1.0).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.1.0/gradle-4.1.0.jar
> Could not find builder-4.1.0.jar (com.android.tools.build:builder:4.1.0).
...
When trying to build my Flutter project with the video_thumbnail plugin, the build fails because Gradle cannot resolve required dependencies.