tidev / titanium-sdk

🚀 Native iOS and Android Apps with JavaScript
https://titaniumsdk.com/
Other
2.76k stars 1.21k forks source link

chore: raise android max sdk support #14042

Closed m1ga closed 6 months ago

m1ga commented 6 months ago

Currently ti info will show a warning for Android 14 emulators:

  !  Android API Android 14 (android-34) is too new and may or may not work with Titanium SDK 12.3.0.
     The maximum supported Android API level by Titanium SDK 12.3.0 is API level 33.

  !  Android API Android VanillaIceCream (Preview) (android-VanillaIceCream) is too new and may or may 
     not work with Titanium SDK 12.3.0.
     The maximum supported Android API level by Titanium SDK 12.3.0 is API level 33.

Titanium works fine as we still have the compile/target SDK set to 33!

This PR will raise the max version in the SDK check so it will get rid of the warning.


Side note: https://github.com/tidev/titanium-sdk/pull/13940 is for updating the targetSDK once we have to (not required or announced by Google at the moment)