Skip to content

Commit f7ea974

Browse files
committed
merge config for paramedic?
1 parent 7c4d5f4 commit f7ea974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<!-- android -->
3333
<platform name="android">
34-
<config-file target="config.xml" parent="/*">
34+
<config-file target="config.xml" parent="/*" mode="merge">
3535
<platform name="android">
3636
<preference name="AndroidXEnabled" value="true"/>
3737
</platform>
@@ -43,7 +43,7 @@
4343
</feature>
4444
</config-file>
4545

46-
<config-file target="AndroidManifest.xml" parent="/*">
46+
<config-file target="AndroidManifest.xml" parent="/*" mode="merge">
4747
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
4848
<uses-permission android:name="android.permission.USE_FINGERPRINT"/>
4949
</config-file>

0 commit comments

Comments
 (0)