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 5735863 commit 36cdf6cCopy full SHA for 36cdf6c
plugins/src/main/kotlin/Versions.kt
@@ -38,8 +38,8 @@ object Versions {
38
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber
39
val VERSION_NAME = "$versionYear.${versionMonth.toString().padStart(2, '0')}.$versionReleaseNumber"
40
41
- const val COMPILE_SDK = 35
42
- const val TARGET_SDK = 35
+ const val COMPILE_SDK = 36
+ const val TARGET_SDK = 36
43
44
// When updating the `minSdk`, make sure to update the value of `minSdkVersion` in the file `tools/release/release.sh`
45
private const val MIN_SDK_FOSS = 24
0 commit comments