We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751be4f commit 5e1d8cbCopy full SHA for 5e1d8cb
ContosoMoments/Mobile/ContosoMoments/ContosoMoments.Droid/Properties/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" package="com.contoso.ContosoMoments" android:installLocation="auto">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.contoso.ContosoMoments" android:installLocation="auto" android:versionCode="2" android:versionName="0.5">
3
<uses-sdk android:minSdkVersion="19" />
4
<uses-permission android:name="android.permission.CAMERA" />
5
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
0 commit comments