<@U6CPK8WUS> Yes, support library, plus use minSdk...
# android
j
@josefrichter Yes, support library, plus use minSdk androidmanifest.xml and/or build.gradle. ref: https://developer.android.com/guide/topics/manifest/uses-sdk-element.html
g
@josefrichter Don’t use AndroidManifest.xml for that, use gradle config instead. https://developer.android.com/studio/publish/versioning.html#minsdkversion
👍 2