Skip to content

Commit 01a8077

Browse files
authored
Merge pull request #161 from mendix/fix/10.24/remove-unintended-arcore-metadata
[MOO-1871] Remove unintended ARCore metadata from AndroidManifest (MX 10.24)
2 parents 9ce147a + 9519e0c commit 01a8077

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,5 @@
120120
android:value="{{GEO_API_KEY}}"/>
121121
<meta-data android:name="mendixnative.CookieEncryption"
122122
android:value="${cookieEncryption}"/>
123-
<meta-data
124-
android:name="com.google.ar.core"
125-
android:value="optional"/>
126123
</application>
127124
</manifest>

0 commit comments

Comments
 (0)