Skip to content

Commit 69ad043

Browse files
committed
chore: bump Android compileSdk from 33 to 36
1 parent 8849a08 commit 69ad043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildSrc/src/main/kotlin/io/github/edricchan03/plugin/library/LibraryPlugin.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,7 @@ class LibraryPlugin : Plugin<Project> {
569569
private fun AGPLibraryExtension.setConventions() {
570570
logger.info("Setting conventions for AGP library extension")
571571

572-
573-
compileSdk = 33
572+
compileSdk = 36
574573

575574
defaultConfig {
576575
minSdk = 21

0 commit comments

Comments
 (0)