Skip to content

Commit 5d4ac19

Browse files
committed
Increased Android version number
1 parent 87b0e9b commit 5d4ac19

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="io.welle.welle" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="3" android:installLocation="auto">
2+
<manifest package="io.welle.welle" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="4" android:installLocation="auto">
33
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="welle.io" android:icon="@drawable/icon">
44
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="welle.io" android:screenOrientation="unspecified" android:launchMode="singleTop">
55
<intent-filter>

0 commit comments

Comments
 (0)