Compile and target SDK 36.
This commit is contained in:
parent
573586322a
commit
36cdf6c21d
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ object Versions {
|
|||
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber
|
||||
val VERSION_NAME = "$versionYear.${versionMonth.toString().padStart(2, '0')}.$versionReleaseNumber"
|
||||
|
||||
const val COMPILE_SDK = 35
|
||||
const val TARGET_SDK = 35
|
||||
const val COMPILE_SDK = 36
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue