Skip to content

Commit 5a62408

Browse files
Copilotmsfjarvis
andauthored
chore: raise targetSdk and compileSdk to 37
Agent-Logs-Url: https://github.com/msfjarvis/compose-lobsters/sessions/5063cbe7-8e2e-4fa7-85e2-ff5b7b73d273 Co-authored-by: msfjarvis <13348378+msfjarvis@users.noreply.github.com>
1 parent e27a358 commit 5a62408

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

benchmark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
android {
1717
namespace = "dev.msfjarvis.claw.benchmark"
1818

19-
compileSdk = 36
19+
compileSdk = 37
2020
defaultConfig {
2121
minSdk = 28
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/AndroidCommonPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AndroidCommonPlugin : Plugin<Project> {
3030
project.configureSlimTests()
3131
project.pluginManager.apply(AndroidCacheFixPlugin::class)
3232
project.extensions.configure<CommonExtension> {
33-
compileSdk { version = release(36) }
33+
compileSdk { version = release(37) }
3434
defaultConfig.apply {
3535
// Required by Metro, I don't care for this to be more broadly usable at the expense of my
3636
// personal development experience.

build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/ApplicationPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ApplicationPlugin : Plugin<Project> {
2323
project.pluginManager.apply(AppPlugin::class)
2424
project.pluginManager.apply(AndroidCommonPlugin::class)
2525
project.extensions.configure<ApplicationExtension> {
26-
defaultConfig { targetSdk = 36 }
26+
defaultConfig { targetSdk = 37 }
2727
dependenciesInfo {
2828
includeInBundle = false
2929
includeInApk = false

0 commit comments

Comments
 (0)