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 b453171 commit 507deeeCopy full SHA for 507deee
app/App_Resources/Android/AndroidManifest.xml
@@ -3,8 +3,8 @@
3
xmlns:android="http://schemas.android.com/apk/res/android"
4
xmlns:tools="http://schemas.android.com/tools"
5
package="__PACKAGE__"
6
- android:versionCode="8"
7
- android:versionName="1.5.0">
+ android:versionCode="10"
+ android:versionName="2.0.0">
8
9
<supports-screens
10
android:smallScreens="true"
app/App_Resources/iOS/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundleShortVersionString</key>
18
<string>2.0.0</string>
19
<key>CFBundleVersion</key>
20
- <string>1</string>
+ <string>2</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>LSRequiresIPhoneOS</key>
0 commit comments