ndk-build v0.5.0
MarijnS95
released this
12 May 08:38
·
157 commits
to master
since this release
- Breaking: Default
target_sdk_version
to30
or lower (instead of the highest supported SDK version by the detected NDK toolchain)
for more consistent interaction with Android backwards compatibility handling and its increasingly strict usage rules:
https://developer.android.com/distribute/best-practices/develop/target-sdk - Breaking: Remove default insertion of
MAIN
intent filter through a custom serialization function, this is better filled in by
the default setup incargo-apk
. (#241) - Add
android:exported
attribute to the manifest'sActivity
element. (#242) - Add
android:sharedUserId
attribute to the manifest's top-levelmanifest
element. (#252) - Add
queries
element to the manifest's top-levelmanifest
element. (#259)