Build release with build tools from SDK 36 and add a not to not forget last time we update the value of COMPILE_SDK
This commit is contained in:
parent
f290c9c463
commit
976beff1de
2 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +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"
|
||||
|
||||
// When updating COMPILE_SDK, please do not forget to update the value for `buildToolsVersion`
|
||||
// in the file `tools/release/release.sh`
|
||||
const val COMPILE_SDK = 36
|
||||
const val TARGET_SDK = 36
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue