Skip to content

Commit

Permalink
boost to 85
Browse files Browse the repository at this point in the history
  • Loading branch information
blindchimp committed Dec 14, 2018
1 parent a2d552a commit 14aaa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoo/androidinst/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.dwyco.phoo" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0" android:versionCode="84" android:installLocation="auto">
<manifest package="com.dwyco.phoo" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0" android:versionCode="85" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="-- %%INSERT_APP_NAME%% --" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="com.dwyco.phoo.NotificationClient" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="unspecified" android:launchMode="singleTop" android:windowSoftInputMode="adjustResize">
<intent-filter>
Expand Down

0 comments on commit 14aaa5b

Please sign in to comment.