Skip to content

Commit

Permalink
Update version to v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Iktwo committed Sep 25, 2014
1 parent fd9011e commit 190b211
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="com.iktwo.musicgear" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.9.6" android:versionCode="20" android:installLocation="auto">
<manifest package="com.iktwo.musicgear" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.9.8" android:versionCode="22" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Musicgear" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="com.iktwo.musicgear.MusicGear" android:label="Musicgear" android:screenOrientation="unspecified" android:launchMode="singleTop">
<intent-filter>
Expand Down

0 comments on commit 190b211

Please sign in to comment.