Skip to content

Commit

Permalink
Updated AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Top-Ranger committed Feb 10, 2015
1 parent 2d2b259 commit a64535c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<manifest android:versionCode="1" android:installLocation="auto" android:versionName="0.4" package="org.qtproject.android_reversi" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="1" android:installLocation="auto" android:versionName="1.4" package="org.qtproject.android_reversi" xmlns:android="http://schemas.android.com/apk/res/android">
<application android:label="Reversi" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:hardwareAccelerated="true" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:label="@string/app_name" android:screenOrientation="unspecified" android:name="org.qtproject.qt5.android.bindings.QtActivity">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:label="Reversi" android:screenOrientation="unspecified" android:name="org.qtproject.qt5.android.bindings.QtActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down

0 comments on commit a64535c

Please sign in to comment.