Build Gradle

Project Settings

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

What have you tried so far?

The solution i have is tiresome and boring every time i change the settings.gradle manually then run the app but when i quit flutterflow and run local run it download the old gradle with the 8.1.0

Did you check FlutterFlow's Documentation for this topic?
No
2
1 reply