Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Prepare 2.5.0 release
  • Loading branch information
bog-dan-ro committed Jul 19, 2016
1 parent 2fe76a5 commit 6b817b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/ui/qml/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="eu.licentia.games.spectacol" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.1.1" android:versionCode="211" android:installLocation="auto">
<manifest package="eu.licentia.games.spectacol" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.5.0" android:versionCode="250" android:installLocation="auto">
<application android:banner="@drawable/banner" android:logo="@drawable/banner" android:icon="@drawable/icon" android:isGame="true" android:theme="@android:style/Theme.DeviceDefault.NoActionBar" android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Spectacol">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="Spectacol" android:screenOrientation="landscape" android:launchMode="singleTop">
<intent-filter>
Expand Down

0 comments on commit 6b817b2

Please sign in to comment.