Skip to content

Commit

Permalink
testing out an theory
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder authored Oct 30, 2024
1 parent 37ca939 commit a77e54a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,13 @@

<!-- Android Specific-->
<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" />
<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" />

<config:android android.useAndroidX="true" />
<config:android android.enableJetifier="true" />
</section>

<!-- Disable Discord IO Thread -->
Expand Down

0 comments on commit a77e54a

Please sign in to comment.