Skip to content

Commit d8ed4da

Browse files
authored
[mobile/reactnative] Remove namespace from AndroidManifest.XML to resolve warning (microsoft#23847)
### Description Removes namespace from AndroidManifest.XML ### Motivation and Context - Resolves microsoft#21681
1 parent b626409 commit d8ed4da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="ai.onnxruntime.reactnative">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32
</manifest>

0 commit comments

Comments
 (0)