Skip to content

fix: lower Android minSdk and iOS deploymentTarget#8

Open
OS-pedrogustavobilro wants to merge 5 commits intomainfrom
fix/minimums
Open

fix: lower Android minSdk and iOS deploymentTarget#8
OS-pedrogustavobilro wants to merge 5 commits intomainfrom
fix/minimums

Conversation

@OS-pedrogustavobilro
Copy link
Copy Markdown
Contributor

Lower the platform SDK minimums to absolute minimums that the plugin can still work with:

  • Android: minSdk 26, because that's what ML Kit Gen AI SDK requires.
  • iOS: deployment target iOS 15, same as Capacitor 8 (even though devices will need to be in iOS 26 to actually leverage apple intelligence)

Did some tests and everything seems to be working (i.e. no crashes) on devices with older operating system versions (previously unsupported by this PR).

This makes the plugin compatible with all supported versions by MABS on ODC, and most on Capacitor (just needs to bump android minimum by a bit).

# Conflicts:
#	android/build.gradle
#	example-app/ios/App/CapApp-SPM/Package.swift
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