1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00
Files
Etienne Dechamps (Google) c1989e82e5 Change Gradle version from 9.0.0 to 8.14.3 (#9071)
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>
2025-09-21 07:40:38 +01:00
..