Skip to content

feature(MBA-2341): raise compileSdk/targetSdk to 36 in app and components - #10

Open
devin-ai-integration[bot] wants to merge 2 commits into
mainfrom
devin/1789072567-raise-sdk-levels
Open

devin-ai-integration[bot] wants to merge 2 commits into
mainfrom
devin/1789072567-raise-sdk-levels

Conversation

@devin-ai-integration

Copy link
Copy Markdown

Summary

MBA-2341

  • compileSdk/targetSdk 34 → 36 in both app and components. 36 is the level Google Play requires for app updates since 2026‑08‑31 (37 is not yet a Play requirement and isn't installed in our build images). minSdk stays 21 — no consumer sign-off recorded yet; raising it is deferred until that lands on the ticket.
  • app/build.gradle moves from compileSdkVersion/minSdkVersion/targetSdkVersion to compileSdk/minSdk/targetSdk (the *Version DSL is removed in AGP 9).
  • gradle.properties: android.suppressUnsupportedCompileSdk=36. AGP 8.7.1 is tested only up to compileSdk 35 and otherwise emits a warning on every build; remove this line once MBA-2338 (AGP upgrade) lands.
  • README / README_public: verified SDK levels updated.
  • Includes the drawable rename commit from devin/1788841114-fix-invalid-drawable-names (ic_currency_north_america_$_**_dollar_*) because main does not currently build without it; it merges cleanly whichever PR lands first.

Verification

  • assembleDebug succeeds, no unsupported-compileSdk warning.
  • lintDebug: 2,724 InvalidVectorPath errors / 135 warnings in components — identical error count when run at compileSdk 34 on the same branch, so no new lint errors from this change (pre-existing vector-path issues, out of scope).
  • Demo app installed and runs on the emulator (dumpsys package: minSdk=21 targetSdk=36), no crashes in logcat.

demo app at targetSdk 36

Devin-Org: engineering

Link to Devin session: https://app.devin.ai/sessions/63bcc92ac0414d73b93027663493e7a5
Open in Devin Desktop: https://app.devin.ai/desktop/session/63bcc92ac0414d73b93027663493e7a5?variant=devin

devin-ai-integration Bot and others added 2 commits September 10, 2026 20:36
…ames

'$' is not a valid Android resource name character, so :components:packageDebugResources failed and the project could not build.

Co-Authored-By: Wes Convery <2wconvery@gmail.com>
@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

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.

0 participants