Change minSDK to 33 for Element enterprise. #4905
This commit is contained in:
parent
3ff8592785
commit
c3b7f38dab
2 changed files with 8 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ object Versions {
|
|||
|
||||
// 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 = 26
|
||||
private const val MIN_SDK_ENTERPRISE = 33
|
||||
val minSdk = if (isEnterpriseBuild) MIN_SDK_ENTERPRISE else MIN_SDK_FOSS
|
||||
|
||||
private const val JAVA_VERSION = 21
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue