Skip to content

Commit ac9c75d

Browse files
committed
Remove obsolete comment. The release script now reads the value from Versions.kt
1 parent 94f098d commit ac9c75d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/src/main/kotlin/Versions.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ object Versions {
4444
private const val BUILD_TOOLS_VERSION = "36.0.0"
4545
const val TARGET_SDK = 36
4646

47-
// When updating the `minSdk`, make sure to update the value of `minSdkVersion` in the file `tools/release/release.sh`
4847
private const val MIN_SDK_FOSS = 24
4948
private const val MIN_SDK_ENTERPRISE = 33
5049
val minSdk = if (isEnterpriseBuild) MIN_SDK_ENTERPRISE else MIN_SDK_FOSS

0 commit comments

Comments
 (0)