Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixep committed Dec 5, 2016
1 parent 3bcc922 commit a0b4488
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.livemetronome" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.01" android:versionCode="3" android:installLocation="auto">
<manifest package="com.livemetronome" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.01" android:versionCode="4" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Live Metronome" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="com.livemetronome.MainActivity" android:label="Live Metronome" android:screenOrientation="portrait" android:launchMode="singleTop" android:theme="@style/AppTheme">
<intent-filter>
Expand Down

0 comments on commit a0b4488

Please sign in to comment.