Skip to content

Commit 4297249

Browse files
committed
Use compile SDK 37
- Raise compileSdk to 37 for updated AndroidX dependency metadata - Leave targetSdk unchanged while allowing the release bundle build to pass 🤖 Auto-generated
1 parent 722c2f2 commit 4297249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ composeCompiler {
1313

1414
android {
1515
namespace = "com.enaboapps.switchify"
16-
compileSdk = 36
16+
compileSdk = 37
1717

1818
defaultConfig {
1919
applicationId = "com.enaboapps.switchify"

0 commit comments

Comments
 (0)