Change minSDK to 33 for Element enterprise. #4905

This commit is contained in:
Benoit Marty 2025-06-30 11:27:53 +02:00 committed by Benoit Marty
parent 3ff8592785
commit c3b7f38dab
2 changed files with 8 additions and 1 deletions

View file

@ -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