Skip to content

Conversation

MarijnS95
Copy link
Member

@MarijnS95 MarijnS95 commented Jan 3, 2025

The Google Play Store now requires apps to target at least SDK level 34 to be compliant with the latest "limitations and requirements". Set our default just as high so that apps can be published "out of the box".

This does imply that all apps built with xbuild's default target SDK level are supposed to be aware of the latest behaviour changes that they opt into when specifying targetSdkVersion=34: https://developer.android.com/about/versions/14/behavior-changes-14
Fortunately, almost none of these changes appear to affect the minimal API surface that is reachable by the NDK. Any app using them is likely written in Kotlin or Java and managed/compiled via gradle, without involving xbuild at all.

The Google Play Store now requires apps to target at least SDK level 34
to be compliant with the latest "limitations and requirements".  Set our
default just as high so that apps can be published "out of the box".

This does imply that all apps built with `xbuild`'s default
target SDK level are supposed to be aware of the latest behaviour
changes that they opt into when specifying `targetSdkVersion=34`:
https://developer.android.com/about/versions/14/behavior-changes-14
Fortunately, almost none of these changes appear to affect the minimal
API surface that is reachable by the NDK.  Any app using them is likely
written in Kotlin or Java and managed/compiled via `gradle`, without
involving `xbuild` at all.
@MarijnS95
Copy link
Member Author

Will revive this for 35, but it also depends on #223 for both SDK 34 and 35.

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.

1 participant