We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8c3bb commit 21b1a2aCopy full SHA for 21b1a2a
1 file changed
Platforms/Android/AndroidManifest.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="600000">
3
<application android:allowBackup="true" android:icon="@mipmap/appiconfg" android:supportsRtl="true" android:requestLegacyExternalStorage="true" android:extractNativeLibs="true" android:usesCleartextTraffic="true">
4
<provider
5
android:name="androidx.core.content.FileProvider"
0 commit comments