We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa56a0 commit 39f40ddCopy full SHA for 39f40dd
1 file changed
scripts/generate-compat-matrix.main.kts
@@ -357,8 +357,8 @@ class GenerateMatrix : CliktCommand() {
357
}
358
359
/**
360
- * Fetches the value of `SdkConstants.GRADLE_LATEST_VERSION` from Android Studio's source,
361
- * used to resolve `CompatibleGradleVersion.VERSION_FOR_DEV` for bleeding-edge AGP versions.
+ * Fetches the value of `SdkConstants.GRADLE_LATEST_VERSION` from Android Studio's source, used to
+ * resolve `CompatibleGradleVersion.VERSION_FOR_DEV` for bleeding-edge AGP versions.
362
*/
363
private fun fetchGradleLatestVersion(): Version {
364
val source =
0 commit comments