Skip to content

Commit ed4b08e

Browse files
jdragonbaekeyboardsurfer
authored andcommitted
Update include attribute in fusing element
1 parent 82ac2e2 commit ed4b08e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

features/assets/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dist:module
2525
dist:onDemand="true"
2626
dist:title="@string/module_assets">
27-
<dist:fusing include="true" />
27+
<dist:fusing dist:include="true" />
2828
</dist:module>
2929

3030
</manifest>

features/java/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dist:module
2424
dist:onDemand="true"
2525
dist:title="@string/module_feature_java">
26-
<dist:fusing include="true" />
26+
<dist:fusing dist:include="true" />
2727
</dist:module>
2828

2929
<application>

features/kotlin/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dist:module
2424
dist:onDemand="true"
2525
dist:title="@string/module_feature_kotlin">
26-
<dist:fusing include="true" />
26+
<dist:fusing dist:include="true" />
2727
</dist:module>
2828

2929
<application>

features/native/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dist:module
2424
dist:onDemand="true"
2525
dist:title="@string/module_native">
26-
<dist:fusing include="true" />
26+
<dist:fusing dist:include="true" />
2727
</dist:module>
2828

2929
<application>

0 commit comments

Comments
 (0)