Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android): set targetSDK to Android 34 #14068

Merged
merged 2 commits into from
Aug 20, 2024
Merged

feat(android): set targetSDK to Android 34 #14068

merged 2 commits into from
Aug 20, 2024

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Jun 19, 2024

Merge this after #13940 e.g. in combination with iOS 18 changes.

Users with new apps in August can target 34 with <uses-sdk android:targetSdkVersion="34"/> and the PR above for the code changes.

@efeder-amd
Copy link

Do we know when this will get merged in and added to a titanium sdk version? Until then, does that mean we can't set targetSdkVersion for our apps to 34 if using one of the current 12.4.x titanium sdk versions?

@m1ga
Copy link
Contributor Author

m1ga commented Jul 25, 2024

You can set <uses-sdk android:targetSdkVersion="34"/> in any Ti SDK already. Just put it in your tiapp.xml
Check the last blog post: https://tidev.io/blog/sdk_12_4_0_ga

IF you use any BroadcastReceiver in your app I would update to 12.4.0.GA as it includes a fix we had to do for Android 34. Otherwise you can use any other Ti SDK and add the line above

@hansemannn hansemannn merged commit 5fc81f0 into master Aug 20, 2024
6 checks passed
@m1ga m1ga deleted the androidTarget34 branch November 11, 2024 13:46
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.

3 participants