Skip to content

Commit 36cdf6c

Browse files
committed
Compile and target SDK 36.
1 parent 5735863 commit 36cdf6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ object Versions {
3838
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber
3939
val VERSION_NAME = "$versionYear.${versionMonth.toString().padStart(2, '0')}.$versionReleaseNumber"
4040

41-
const val COMPILE_SDK = 35
42-
const val TARGET_SDK = 35
41+
const val COMPILE_SDK = 36
42+
const val TARGET_SDK = 36
4343

4444
// When updating the `minSdk`, make sure to update the value of `minSdkVersion` in the file `tools/release/release.sh`
4545
private const val MIN_SDK_FOSS = 24

0 commit comments

Comments
 (0)