<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:dist="http://schemas.android.com/apk/distribution" featureSplit="tasksintegration" package="com.tommasoberlose.anotherwidget" android:targetSandboxVersion="2" android:versionCode="75" android:versionName="2.0.5" > <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29" /> <dist:module dist:instant="false" dist:title="@string/title_tasksintegration" > <dist:delivery> <dist:on-demand /> </dist:delivery> <dist:fusing dist:include="true" /> </dist:module> </manifest>