Skip to content

Update app targetSdk to Android API 36#22

Merged
juandiana merged 1 commit intomainfrom
codex/update-android-api-36
Mar 4, 2026
Merged

Update app targetSdk to Android API 36#22
juandiana merged 1 commit intomainfrom
codex/update-android-api-36

Conversation

@juandiana
Copy link
Copy Markdown
Owner

@juandiana juandiana commented Mar 4, 2026

Summary

  • update targetSdk from 33 to 36 in the app module
  • keep compileSdk at 36 (already set)

Validation

  • Ran ./gradlew clean :app:assembleDebug :app:lintDebug --warning-mode all
  • :app:assembleDebug succeeds
  • :app:lintDebug reports the same two pre-existing AndroidGradlePluginVersion lint errors already present on main (Gradle 9.3.1 vs 9.4.0 and AGP 9.0.1 vs 9.1.0)
  • no new warnings or errors introduced by the API-level update

Update app targetSdk from 33 to 36 to align with the latest stable Android API level while keeping compileSdk at 36.

Validation:
- :app:assembleDebug succeeds
- :app:lintDebug shows the same two pre-existing AndroidGradlePluginVersion lint errors seen on main
- No new warnings or errors were introduced by this API-level change
@juandiana juandiana merged commit ccc11d3 into main Mar 4, 2026
1 check failed
@juandiana juandiana deleted the codex/update-android-api-36 branch March 4, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant