Skip to content

Commit

Permalink
probably a fix for android compiling + a section
Browse files Browse the repository at this point in the history
  • Loading branch information
MaysLastPlay committed Oct 30, 2024
1 parent 2f5c94c commit 37ca939
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,12 @@
<haxelib name="grig.audio" />

<!-- Android Specific-->
<haxelib name="extension-androidtools" if="android" />
<android target-sdk-version="35" min-sdk-version="35" if="android" />
<section if="android">
<haxelib name="extension-androidtools" />
<config:android gradle-version="7.5.1" />
<config:android gradle-plugin="7.3.1" />
<android target-sdk-version="35" min-sdk-version="35" />
</section>

<!-- Disable Discord IO Thread -->
<haxedef name="DISCORD_DISABLE_IO_THREAD" if="hxdiscord_rpc" />
Expand Down

0 comments on commit 37ca939

Please sign in to comment.