File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
android : normalScreens =" true"
12
12
android : largeScreens =" true"
13
13
android : anyDensity =" true"
14
- {% if args.min_sdk_version >= 9 %}
14
+ {% if args.min_sdk_version|int >= 9 %}
15
15
android:xlargeScreens="true"
16
16
{% endif %}
17
17
/>
29
29
30
30
<activity android : name =" org.renpy.android.PythonActivity"
31
31
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 %}"
33
33
android : launchMode =" singleTask"
34
34
android : process =" :python"
35
35
android : screenOrientation =" {{ args.orientation }}"
You can’t perform that action at this time.
0 commit comments