2020-05-08 11:55:42 +02:00

23 lines
663 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="78"
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>