File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 android : normalScreens =" true"
1212 android : largeScreens =" true"
1313 android : anyDensity =" true"
14- {% if args.min_sdk_version >= 9 %}
14+ {% if args.min_sdk_version|int >= 9 %}
1515 android:xlargeScreens="true"
1616 {% endif %}
1717 />
2929
3030 <activity android : name =" org.renpy.android.PythonActivity"
3131 android : label =" @string/iconName"
32- android : configChanges =" mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode{% if args.min_sdk_version >= 13 %}|screenSize{% endif %}"
32+ android : configChanges =" mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode{% if args.min_sdk_version|int >= 13 %}|screenSize{% endif %}"
3333 android : launchMode =" singleTask"
3434 android : process =" :python"
3535 android : screenOrientation =" {{ args.orientation }}"
You can’t perform that action at this time.
0 commit comments