79692245

Date: 2025-07-07 02:11:05
Score: 0.5
Natty:
Report link

Android SDK 35 is required AGP 8.6.0 or newer you have to update in settings.gradle file
source

plugins {
    id "dev.flutter.flutter-plugin-loader" version "1.0.0"
    id "com.android.application" version "8.6.0" apply false // This line
    id "com.google.gms.google-services" version "4.3.15" apply false
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lightn1ng