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 94f098d commit ac9c75dCopy full SHA for ac9c75d
plugins/src/main/kotlin/Versions.kt
@@ -44,7 +44,6 @@ object Versions {
44
private const val BUILD_TOOLS_VERSION = "36.0.0"
45
const val TARGET_SDK = 36
46
47
- // When updating the `minSdk`, make sure to update the value of `minSdkVersion` in the file `tools/release/release.sh`
48
private const val MIN_SDK_FOSS = 24
49
private const val MIN_SDK_ENTERPRISE = 33
50
val minSdk = if (isEnterpriseBuild) MIN_SDK_ENTERPRISE else MIN_SDK_FOSS
0 commit comments