// AGP 9.3.0 is the first release that accepts compileSdk 37, and it requires Gradle 9.5.0 — // gradle/wrapper/gradle-wrapper.properties pins that. The two move together; changing one alone // breaks the sync. plugins { id "com.android.application" version "9.3.0" apply false }