Every time i export my project or use local run i get an error on build gradle that its is old hence contradicting with Java is there a way to make it default to
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.1.0" apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
id "com.google.gms.google-services" version "4.3.8" apply false // Google Services plugin
}
8.2.1 instead of 8.1.0