21 lines
620 B
XML
21 lines
620 B
XML
<?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:versionCode="67"
|
|
android:versionName="2.0.5" >
|
|
|
|
<uses-sdk 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> |