From 724086cbb10c3f3a3d02aec49f6a41df9dc4f803 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 10 Sep 2025 11:34:26 +0200 Subject: [PATCH] Remove obsolete comment. The release script now reads the value from Versions.kt --- plugins/src/main/kotlin/Versions.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/src/main/kotlin/Versions.kt b/plugins/src/main/kotlin/Versions.kt index 4a26320bb8..d180867444 100644 --- a/plugins/src/main/kotlin/Versions.kt +++ b/plugins/src/main/kotlin/Versions.kt @@ -44,7 +44,6 @@ object Versions { private const val BUILD_TOOLS_VERSION = "36.0.0" const val TARGET_SDK = 36 - // When updating the `minSdk`, make sure to update the value of `minSdkVersion` in the file `tools/release/release.sh` private const val MIN_SDK_FOSS = 24 private const val MIN_SDK_ENTERPRISE = 33 val minSdk = if (isEnterpriseBuild) MIN_SDK_ENTERPRISE else MIN_SDK_FOSS