Skip to content

Commit

Permalink
Fixed a small issue with android config on lime 8.2.0. (#3253)
Browse files Browse the repository at this point in the history
* Update include.xml

* Using `≥` isn't supported?
  • Loading branch information
MAJigsaw77 committed Sep 19, 2024
1 parent 32d4c35 commit 4b05488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<sample path="${haxelib:flixel-demos}/User Interface" />
</section>

<section if="android">
<section if="${lime >= 8.2.0}">
<config:android>
<application android:appCategory="game" if="${lime &ge; 8.2.0}" />
<application android:appCategory="game" />
</config:android>
</section>
</project>

0 comments on commit 4b05488

Please sign in to comment.