Skip to content

Commit

Permalink
bumped version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenNingia committed Jul 28, 2017
1 parent 51b6ea6 commit 7f30713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.openningia.mushapp" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.3" android:versionCode="103" android:installLocation="auto">
<manifest package="org.openningia.mushapp" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.4" android:versionCode="104" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="MushApp" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="MushApp" android:screenOrientation="portrait" android:launchMode="singleTop">
<intent-filter>
Expand Down

0 comments on commit 7f30713

Please sign in to comment.