Skip to content

Commit a0b4488

Browse files
committed
Updated version
1 parent 3bcc922 commit a0b4488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest package="com.livemetronome" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.01" android:versionCode="3" android:installLocation="auto">
2+
<manifest package="com.livemetronome" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.01" android:versionCode="4" android:installLocation="auto">
33
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Live Metronome" android:icon="@drawable/icon">
44
<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">
55
<intent-filter>

0 commit comments

Comments
 (0)