Remove obsolete comment. The release script now reads the value from Versions.kt
This commit is contained in:
parent
94f098d517
commit
ac9c75dded
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue