Skip to content

fix: set compileSdkVersion to 36 for demo project#223

Merged
TheRealAgentK merged 1 commit intomasterfrom
fix_ci
Mar 3, 2026
Merged

fix: set compileSdkVersion to 36 for demo project#223
TheRealAgentK merged 1 commit intomasterfrom
fix_ci

Conversation

@velocitysystems
Copy link
Contributor

@velocitysystems velocitysystems commented Mar 2, 2026

Fix CI Android build by bumping compileSdkVersion to 36

Summary

  • Bump compileSdkVersion from 35 to 36 in demo/android/build.gradle to fix the Android CI build

Problem

The Android build (/demo) fails with:

Dependency 'androidx.core:core:1.17.0' requires libraries and applications that
depend on it to compile against version 36 or later of the Android APIs.

:app is currently compiled against android-35.

androidx.core:core:1.17.0 and androidx.core:core-ktx:1.17.0 (pulled in transitively) now require compileSdk 36.

Fix

Updated compileSdkVersion from 35 to 36 in demo/android/build.gradle. targetSdkVersion remains at 35 as it controls runtime behavior and does not need to change.

Test plan

  • iOS build succeeds (Debug, iphonesimulator)
  • Android build succeeds (./gradlew assembleDebug)

@velocitysystems velocitysystems changed the title fix: set compileSdkVersion to 36 fix: set compileSdkVersion to 36 for demo project Mar 2, 2026
@TheRealAgentK TheRealAgentK merged commit 6dd9b57 into master Mar 3, 2026
8 checks passed
@velocitysystems velocitysystems deleted the fix_ci branch March 3, 2026 08:23
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.

2 participants