mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
Gradle 9.0.0 is not supported by the Android Gradle Plugin (AGP), and attempting to use it tends to cause various build breakages caused by deprecated Gradle methods going away. AGP works with Gradle 8.x, though. See also: https://developer.android.com/build/releases/gradle-plugin#updating-gradle The reason why the breakage is not obvious is because when using Android Studio it will ignore this file and just use its bundled Gradle version. But that is not true in other cases, such as when using the VS Code Gradle extension. Co-authored-by: Yuri Schimke <yuri@schimke.ee>