I'm having trouble running my flutter app I try several solutions but still has an error seems that the problem is with the tflite
Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not resolve org.tensorflow:tensorflow-lite:+. Required by: project :app > project :flutter_tflite > Failed to list versions for org.tensorflow:tensorflow-lite. > Unable to load Maven meta-data from https://jcenter.bintray.com/org/tensorflow/tensorflow-lite/maven-metadata.xml. > Could not HEAD 'https://jcenter.bintray.com/org/tensorflow/tensorflow-lite/maven-metadata.xml'.
> Read timed out
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()
}
allprojects {
repositories {
google()
mavenCentral()
}